Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
kosio-t23947yI can help with JavaFX and Java Android but I am struggling with web internationalization.
-
I have rarely ever touched localization, but iirc its handled via translate files and templating, so you have your variable and it gets replaced with the users current language text from the file.
-
wil222887yAndroid has a pretty good system for handling multiple languages for an app (try it with Android Studio, it will yell on you if you don't use it). Try implenting the same system for your environment or find a similar library/workframe.
-
wil222887yAnd I just remembered having worked with CodeIgniter, a PHP framework that allows to use multiple user languages. It works the same way as explained above. I think most high level programming languages have an existing framework facilitating what you want to do
Related Rants
-
Lensflare19As a developer in Germany, I don't understand why anything related to development like IDEs, git clients and s...
-
Vismar5!rant 1) Finish your project 2) Decide to localize it 3) Suffer 4) Suffer much more
-
Lensflare2"BUSCAR TODO" This Spanish translation for "SEARCH ALL" just tricked me into thinking that a translation is m...
Question: Anyone has any idea about localisation of applications ( Desktop, mobile )? Like how to convert the user interface text elements into local languages... etc..
Any other suggestion for localization events also welcome π
question
localization
stuck in a bad place