Hello, I have been given the task to create a single .prc multi-language application. (No .oprcs) In order to check the OS Language i used:
UInt32 language; error = FtrGet(sysFtrCreator, sysFtrNumLanguage, &language); After knowing which OS Language my application is running on, how can i decide which App Resources (Forms, Alerts, Bitmaps, etc) to show accordingly to the user? All the resources for my application have been created in Constructor and "duplicated" to different languages. I need to know the best way to display them appropriately according to the OS Language. Any help will be appreciated. Development Platform: Windows 2k / CodeWarrior V8 Thanks in Advance. Helio -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
