GetClientLocaleIn3Letters
Description
Returns the 3-letter language code of the current client locale.
Syntax
// ICommonFunctions is bound into the MFiles global object
const result = await MFiles.GetClientLocaleIn3Letters();
Return type
| Type | Description |
|---|---|
Promise < string > | The 3-letter language code of current client language. |