banner

UserInfo.set_Country method

Sets the name of the end user's country or region that is stored in the UserInfo object.

Syntax

window.external.UserInfo.set_Country(sCountry);

Parameters sCountry

String. The value of the end user's country or region that is stored in the UserInfo object.

Return Values None
Applies To window.external.UserInfo
Example
window.external.UserInfo.set_Country("United States of America");