get
[ Function ]
public static get(): string | undefined;
Returns the current localization.
This is independent of the Time Format Locale. See Project properties |
Parameter
Name | Type | Description |
---|---|---|
- | - | - |
Return value
Type | Description |
---|---|
Name of the current localization, or undefined if no localization is defined. Example: 'de-DE', 'en-US |
Available from 1.8 |
Sample - JavaScript
var currentLocale = TcHmi.Locale.get();