The way we localize is exactly like you said. Make a copy of your resource, and translate it in Constructor (although it is a lot easier to translate a .rcp file), make sure to not generate a .h file. In the IDE create a duplicate target and change the .rsrc file to the one you just made and you are done. Hope that helps.
trv -- Trevor Menagh, Software Engineer iambic, Inc. (www.iambic.com) [EMAIL PROTECTED] (408) 367-1600 x20 -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Scott Dreslinski Sent: Thursday, January 31, 2002 5:50 PM To: Palm Developer Forum Subject: multi-language I have a completed codewarrior app, and have been asked by a customer to support Portugese. I am trying to find out how I do this in code warrior. I assume I will use constructor to make another resource that has my forms and strings in another language. I also assume i will make another target for Portugese, and then build that target. I have seen some Palm documents on localization , and they say to refer to your tool docs for how to do it in your tool, so they don't give any examples. Can anyone point me to some info on doing this, or tell me how to do this with code warrior. I cannot find codewarrior documentation for this, and I do not see any help on *how* to do this. Thanks, -- Scott Dreslinski [EMAIL PROTECTED] www.digitsense.com -- 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/
