Symbian/C++ Documentation
Areas of interest
Localization

S60 Platform: Chinese Display Example
This C++ application demonstrates how to display Chinese characters
from resource files. The application supports internationalization and localization. In the
updated version also the context-sensitive help has been added.
The application supports following languages:
English, Taiwan Chinese, Taiwan English,
HongKong Chinese, HongKong English,
Mainland Chinese, and Mainland English.
Main classes: TFontSpec, CCnvCharacterSetConverter

Internationalization and Localization Guide
The Internationalization and Localization Guide, part of the C++ Developer's Library, contains information about creating applications meant for the international market.

S60 Platform: Localization Example
This C++ example demonstrates how to localize an application to adapt to the selected phone language. The application has two sets of localized strings (English and German) for the application name, labels, text, and image. The application also presents number, currency, date, and time localization, in which the TLocale method is used to localize them even if the selected phone language is none of the two application languages. Main classes: TLocale, TTime.




