|
Gets log operator interface.
•GetCurrentLanguage(): string
|
|
|
returns the current language code in the format xx-XX
|
Gets the language code of the currently active language in FastSuite E2
•GetWindowsEnvironmentVariable(string variableName): string
|
|
|
the Name of the desired Windows Variable
|
|
|
returns the Value of the desired Variable, empty if the Variable does not exist.
|
Gets a desired Windows Environment Variable cause Python Command os.environ.get does not work
|