getRegisteredLocales
[ Function ]
public static getRegisteredLocales (): string[];Returns a list of all registered localizations as an array of strings.
Parameter
Name | Type | Description |
|---|---|---|
- | - | - |
Return value
Type | Description |
|---|---|
string[] | List of all registered localizations. |
![]() | Supported since version: 1.8.659.0 |
Sample – JavaScript
TcHmi.Log.infoEx('This HMI supports these locales:', TcHmi.Locale.getRegisteredLocales());