Internationalization: Different locale for translations and formatting #8870
rothsandro
started this conversation in
General
Replies: 1 comment 12 replies
-
I18nProvider accepts any BCP 47 locale, so you can do things like: |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
The
I18nProvider
only accepts a single locale which is then used for translations and formatting (date, numbers, ...). Is it possible to have a separate locale for translations and formatting?Some content in our app needs to be entered in all active UI languages. That's why the administrator of the customer can define which UI languages are active and the employees can only select the active ones. However, for formatting of dates/numbers/... there's not really a reason to have this restriction and employees should be able to select a different locale.
Beta Was this translation helpful? Give feedback.
All reactions