November 2014
Beginner to intermediate
264 pages
5h 32m
English
Localization is an important yet commonly neglected part of software development today. Most authors of applications, irrespective of whether those applications are commercial or open source, hope to capture a large number of users for their applications. Increasingly, this means supporting multiple languages in multiple locales, often needing support for multiple languages in one locale (think of it as French and English coexisting in Canada).
Since a long time, Qt has had a framework for making applications easy to localize with tools that help you to avoid hardcoding strings in your application and a GUI named Qt Linguist to help manage translation. In this chapter, we will take a look ...
Read now
Unlock full access