Cultures and currency
Currency
In the currency field you can configure the default currency of your app.
Default/value used when not provided: EUR
If you want to support multiple cultures in your app, use a decimal property in combination with a Unit of Measurement.
Default Culture
Specify the default culture in which your app is developed.
Default: en-US
Default Culture
Specify additional cultures that you want to support for your app.
For each of these cultures you can add i18n XLF translation files and compile your app automatically for each language.
Example: fr-FR,nl-NL
More information: https://angular.io/guide/i18n-overview
Translatable Languages
Sometimes you want to enable the end-user to enter data in different languages. For example a field product name in which the end-user can specify the name of the product in several languages.
To enable this feature you need to specify which languages you want to support. This setting only applies to properties that have property type TranslatableText
.
Example: fr,nl