getSupportedLanguages ();
The getSupportedLanguages method returns array of supported languages.
The method returns array containing codes of supported languages in LCID format.
By default the following languages are available:
| Code | Language |
|
1033 |
English. |
| 1049 |
Russian. |
| 2052 |
Chinese. |
| 1058 | Ukrainian. |
The example of use is given in description of the setSupportedLanguages method.
See also: