Getting the translated Item

Previous  Chapter  Next

To get the desired item as a string back, this method will be used :

 

def getNLS(name, default):

 

Parameter name :        the desired item name in the translation file

 

Parameter default :        a default string that will be used if the item was not found. Optional, if not set, the parameter name is taken as default

 

The string read from the NLS file or the default will be returned

 

PDF_NLSGetNLS


Previous
Previous page
Chapter
Chapter page
Next
Next page