国际化的命名空间,包含多种语言和方法库来设置和获取当前的语言。
Members
-
SuperMap.Lang.codestring
-
当前所使用的语言类型。
-
SuperMap.Lang.defaultCodestring
-
默认使用的语言类型。
- Default Value: 'en-US'
Methods
-
SuperMap.Lang.getCode(){string}
common/lang/Lang.js, line 28 -
获取当前的语言代码。
Returns:
Type Description string 当前的语言代码。 -
SuperMap.Lang.getLanguageFromCookie()
common/lang/Lang.js, line 66 -
从 cookie 中获取语言类型。
-
SuperMap.Lang.i18n(key){string}
common/lang/Lang.js, line 85 -
从当前语言字符串的字典查找 key。
Name Type Description key
String 字典中 i18n 字符串值的关键字。
Returns:
Type Description string 国际化的字符串。 -
SuperMap.Lang.setCode(code)
common/lang/Lang.js, line 40 -
设置语言代码。
Name Type Description code
String 此参数遵循IETF规范。