Hi. I have written to the forum for a problem related to localizing. I don't know exactly what is your problem but look at the e-mails with title "[Re:]Internationalization not working". They were posted a week or less ago.
Look also at what I send you here(I hope it will help you): Creating overlays: 1 Generate the two output files from the two desired targets. Let them be 'EnApp.prc' and 'GerApp.prc'. This means two separate projects with the only difference - their resources(one in English and one in German). 2 Create an English overlay from 'EnApp.prc' with the prc2ovl tool(for sure download the latest version from palmos.com) prc2ovl.exe EnApp.prc -locale enUS -o EnOvl.prc 3 The following line makes from 'EnOvl.prc' an appropriate overlay 'EnOvlFixed.prc' so it will work with 'GerApp.prc'. prc2ovl.exe EnOvl.prc -p GerApp.prc -o EnOvlFixed.prc Now 'GerApp.prc' has its own working English overlay - 'EnOvlFixed.prc' I hope this will help you. Bye. ----- Original Message ----- From: "Chalain Marc" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Monday, November 26, 2001 9:35 AM Subject: PilRC, prc-tools and Overlay I didn't find how to build an overlay with PilRC, and PRC-TOOLS. I searched with Google and on PalmOS website. Some body can tell me where i can find informations? Thanks a lot, Marc. ____________________________________________________________ Faites un voeu et puis Voila ! www.voila.fr Avec Voila Mail, consultez vos e-mails sur votre mobile Wap. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
