I distribute my app in 3 languages, each as a distinct stand-alone PRC file. Now, some users, when working with foreigners (everyone is someone else's foreigner), would like to be able to switch language on the fly. Overlays don't seem appropriate as it's the OS that gets to select the resource overlay according to the machine locale. Could I simply achieve this by shipping resource databases that would only contain my UI resources and use DmOpenDatabase to select a new resource database from which resources would then be fetched? I gather that if I later close that new resource database, I would fall back to the UI resources in the base PRC file. Suggestions and ideas welcome.
-- Luc Le Blanc -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
