, RTL ( ), , , ,
but the bullets will be on the other side of the screen in Arabic (try to do it here, but I cannot create an inverted list: P)
Another thing is that it is better to store your lines in a class than the properties of plain text, as this can cause some errors that interpret the unicode of some languages depending on the OS and the text editor that you use.
What I usually do is the I18nManager class, which stores the language in startApp, and through this class I get all the lines that I need.
source
share