Skip to Content
FASTSUITE E2API ReferencePython APIPython GuideNLS TranslationsGeneral callGetting the Translated Item

Getting the translated Item

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 NLSGet NLS

Was this page helpful?