Set client language
The Set client language action node changes the language used by an app, instantly altering the text and formatting of dates and numbers. To set a language, it must be first added under Internationalization.
Usage
This action node is typically used to allow a user to set a language preference for your app(s). It is possible to store a language as an object class property, for example as part of an object attached to a user, and enable that language using Set client language.
For a step-by-step guide to adding a language switcher to an app, see Change the active language.
Properties
Property | Description |
---|---|
Language | Select a language from the list of languages added to the solution. |
Language from data | Select a language dynamically using a data binding. |
Last updated