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', 'en' |
![]() | Available from 1.8 |
Example - JavaScript
var currentLocale = TcHmi.Locale.get();