My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
SymbianLocalization  
Symbian localization example
Updated Apr 21, 2011 by phong.le...@gtempaccount.com

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"
Powered by Google Project Hosting