banner

UserInfo.get_Country method

Returns the end user's country or region that is stored in the UserInfo object.

Syntax

sCountry = window.external.UserInfo.get_Country();

Parameters None
Return Values String. The end user's country or region that is stored in the UserInfo object.
Applies To window.external.UserInfo
Example
var strCountry = window.external.UserInfo.get_Country();