====================================================================
Published: 11 October 2022
Tags: c++, qt
Ben Summerton covers the topic of software translation, discussing both the technical and non-technical sides. Ben divides the blog post into three sections: localization in Qt apps, good guidelines for localization, and a story of localization from a previous job.
Some highlights:
- Qt has a pretty decent built-in system for localization
- Good organization is necessary to not drive yourself crazy with different translations
- Your layout will be prone to break with other languages that might have wider characters or longer words