팩토리 » Api

getlocalelanguage

Description

사용자의 언어 값을 리턴한다.

Return Value

Type Description
STRING USER_LANGUAGE 값

Example

function btnsetlocale_on_mouseup() { var strLang, strCountry; strLang = factory.getlocalelanguage(); strCountry = factory.getlocalecountry(); factory.consoleprint(strLang + ", " + strCountry); }

See Also

setlocaleseparator
setlocale
getlocalecountry

Viewer Ver.

9.1.1.1

Update Date

20200115