This updated C++ code example demonstrates how to localise an application to adapt to the selected phone language. The example
application has two sets of localised strings (English and German) for the application name, labels, text, and image. The
application also includes number, currency, date, and time localisation, in which the TLocale method is used for localisation
even if the selected phone language is neither one of the two application languages. This updated example has been tested
to support S60 5th Edition and touch UI.
Main classes: TLocale, TTime, TRealFormat, StringLoader.