Hello,
We have a Qt app for Symbian 3rd edition, Symbian^1 and Symbian^3 to be released shortly, which is localized in 6 languages. We are launching a Symbian exe within this Qt application and we have localized even this. The the files generated (symbianApp.r01, symbianApp.r02 etc) has to be included in the main Qt project's pro file.
Tried this code mention in the link: http://www.developer.nokia.com/Commu...ion_on_Symbian
But this gives syntax error in the pkg file!Code:# Declare language dependent files installed based on the language of the target phone. # The language codes/numbers used are for English (01), French (02), Zulu (98) # Note, here we've deployed Symbian resource files, but they could be any files languagedependentfiles = \ ";English"\ "if supported_language=01"\ " \"symbianApp.r01\" -\"!: \ resource\apps\symbianApp.r01\""\ "endif"\ ";French"\ "if supported_language=02"\ " \"symbianApp.r02\" -\"!: \ resource\apps\symbianApp.r02\""\ "endif"\
How to include these Symbian resouce files for the Symbian exe to choose from based on the phone locale?



