Introduction
Get Localization also has full support localization of Symbian-based applications.
- Old and latest syntax #define and rls_string are supported.
- The directive //m (max length) and //d (comment) are all supported.
Example
Following shows an example of Symbian localization file (.php)
//d: A ttitle
//m: 32
#define qtn_hello "Hello"
// exit key
// another comment
rls_string qtn_exit "Exit"