팩토리 » Api

getlocalecountry

Description

사용자의 국가 값을 리턴한다.

Return Value

Type Description
STRING USER_COUNTRY 값

Example

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

See Also

setlocaleseparator
setlocale
getlocalelanguage

Viewer Ver.

9.1.1.1

Update Date

20200115