If you can relax the single file issue, you could use a solution like this:
http://www.hhcenterprise.com/Developer/Issue3/PalmOS_Foreign.htm It's a plugin. At the start of your program it loads its resources, and then checks to see if there's another resource file that fits the bill. If there is, it loads that resource file and uses those resources rather than the originals. It would have minimal impact on your program's code, and it would allow you to customise for at least the EFIGS languages anyway. Not sure what to do in the case of Dutch, though. Disclaimer: I've not used this in anger, nor widely deployed it. Your mileage may vary. -Ken On Wed, 2003-02-19 at 09:03, [EMAIL PROTECTED] wrote: > I have a Code Warrior / Constructor based application which is quite large. > I need to convert it to support EFIGS + Dutch Languages. > > It is highly preferable that my application has user selectable language (on > the fly) and consists of only one file. The size of my application is not > important as is it highly specialised. In the middle of last year I posted > some mails about this, but have been delayed until now. One solution I was > given (which looks like it might be the best) was to use Base ID's and > offsets (from Aaron and Chris Tutty), which would allow on the fly language > selection. > > However I already have my application fully written so I cannot design this > in from the start. Does anyone have any ideas of how to convert my app to > use the above method, or any other suitable method. I worried I will screw > up constructor ! > > Cheers, > > Rik Anderson > > > -- > For information on using the Palm Developer Forums, or to unsubscribe, please see >http://www.palmos.com/dev/support/forums/ > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
