language override in <T>
Closed this issue · 1 comments
Koerner commented
I can't get the <T _locale=...
language override working.
What I did:
const T = i18n.createComponent();
i18n.setLocale('en');
<T _locale='de'>text.Title</T>
Output: en translation
Is that the correct way to use the local override?
cristo-rabani commented
Hello,
This issue soon will be checked and fixed if still exist