But when it comes to localization, unicode, UTF, and strings. It is not that easy. From a programmers perspective, how can one succesfully write a program that can handle localizations and all those complex unicode characters?
So, is there any guidearticle(s) or video(s) that you know and what is your suggestion for the roadmap to learn all these, from a programmers perspective.
I have not done this personally: so don't ask me how. But from what I understand a common method is to "externalize strings" so that you can localize each dialectic in individual files, verses handling all your localization logic inline.