SetRegion¶
Defines the region to use when localizing the application display. Does not change the device region settings.
The properties defined in Action are also applicable to this action.
SetRegion Properties¶
Property | Type | Required |
---|---|---|
Region | string |
Required |
_Type | const |
Required |
Region¶
The region code to be set.
- type:
string
Region Examples¶
"US"
"UK"
"CA"
"HK"
_Type¶
- type:
const
The value of this property must be equal to:
"Action.Type.SetRegion"
Action Result¶
The ActionResult of this action is the set region.