For the upcoming project, one of the requirements is to translate the web application into several languages, one of which is in Arabic.
I know a lot about working with several languages and I know a lot about unicode. I am wondering if there are some basic tips and tricks that I can expect by anticipating an Arabic translation for my HTML templates.
Edit: I'm most curious about how to create an application that translates easily. With all LTR languages, the question often arises of replacing the string (along with several other things), which is needed to create the application, but at the same time simplify the addition of Arabic support. Are there any things I can consider before launching?
Evert source
share