Book Image

QT5 Blueprints

By : Symeon Huang
Book Image

QT5 Blueprints

By: Symeon Huang

Overview of this book

Table of Contents (17 chapters)
Qt 5 Blueprints
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 8. Enabling Your Qt Application to Support Other Languages

In this era of globalization, the internationalization and localization of applications is almost inevitable. Fortunately, Qt provides relevant classes, along with some handy tools such as Qt Linguist to ease the burden of developers and translators. In this chapter, we will use two example applications to demonstrate the following topics:

  • Internationalization of Qt applications

  • Translating Qt Widgets applications

  • Disambiguating identical texts

  • Changing languages dynamically

  • Translating Qt Quick applications