SetLanguage¶
Defines the language to use when localizing the application display. Does not change the device language.
The properties defined in Action are also applicable to this action.
SetLanguage Properties¶
Property | Type | Required |
---|---|---|
Language | string |
Required |
_Type | const |
Required |
Language¶
The language code to be set
- type:
string
Language Examples¶
"en"
"de"
"fr_CA"
"zh_HK"
_Type¶
- type:
const
The value of this property must be equal to:
"Action.Type.SetLanguage"
Action Result¶
The ActionResult of this action is the set language.