CAPH.I18N.LANGUAGE
"language" sets corresponding language string array (JSON Format) and helps to easily use language string array in application.
Contents
Methods
getMessage | ||
Description | ||
Bring resources to the currently specified language. | ||
Parameters | ■nlsCode (Optional) - String - language code. | |
Return | ■Object - JSON Format - A JSON string represents a metadata item | |
Emulator Support | Y | |
SDK Constraint | Support from version 5.1 | |
Example | ||
var msg = caph.i18n.language.getMessage(); var msg = caph.i18n.language.getMessage("ko"); |