Internationalization

  • Working with Unicode
  • Making Applications Translation-Aware
  • Dynamic Language Switching
  • Translating Applications

In this chapter, we will cover how to write Qt applications in languages other than English and how to translate an existing Qt application to other languages.

The first section discusses Unicode, Qt's native character encoding. The information contained in this section is useful to all Qt developers, since even an application with an English user interface could one day be run on a Greek or Japanese user's machine.

The second section shows how to make applications translation-ready. This process is so easy that it's worth doing even if you don't have plans to offer translated versions of your software. It then leaves you in a good position to hire a translator and create a new market for your applications at a later date.

The third section is aimed at truly international applications and shows how to make an application change language on the fly.

The last section describes the translation process as a whole. It also shows how programmers and translators can work together using Qt Linguist and Qt's other translation tools.

Part I: Basic Qt

Getting Started

Creating Dialogs

Creating Main Windows

Implementing Application Functionality

Creating Custom Widgets

Part II: Intermediate Qt

Layout Management

Event Processing

2D and 3D Graphics

Drag and Drop

Input/Output

Container Classes

Databases

Networking

XML

Internationalization

Providing Online Help

Multithreading

Platform-Specific Features



C++ GUI Programming with Qt 3
C++ GUI Programming with Qt 3
ISBN: 0131240722
EAN: 2147483647
Year: 2006
Pages: 140

Flylib.com © 2008-2020.
If you may any questions please contact us: flylib@qtcs.net