Open ORCANLRC opened 3 years ago
Arabic to be compatible right to left? Switchable due to language type
Some relevant reading:
There are different 'flavors' of "language-switching" possible.
Static/pre-build - this is the default Angular way.
This sounds 'better' as it is the recommended/default way. But it has some limitations, I think.
Dynamic/live - this is what we use in 121.
We use ngx-translate
for it. But I don't know if that is still actively maintained/up-to-date.
Both support RTL-languages, so I think I have a slight preference for the Dynamic option; but have to check the Angular v12 documentation first.
The front-end app is now prepared for multiple languages, including RTL ones. Only English is filled/used right now.
Adding languages would require some manual steps. Including adding a language-switcher of some sort.
This will cover ONLY the 'translateability' of the UI-text. So nothing is decided/build yet to facilitate the Questions-text (or even Answers in multiple languages)
As an AW outside of english which languages ( if any) would I need?