To be platform-independent, our project has been
storing strings in a header file, instead of in the
resource file (.rsrc, etc... Now to I18N it, if we
still wants to keep those strings in the header file,
then we can't use the Prc2ovl tool to generate
overlay, instead we have to programmatically create
the overlay db and somehow parse the header file and
generate records in the overlay db ourselves. Does
this sound like something doable or crazy?

Our problem is that we have to support not only palm
but other handheld platforms, so putting strings in
plam resource files will require that we duplicate all
strings in some other places for the other devices,
which we want to avoid.

Any ideas of what is the best solution for I18N in a
platform-independent manner?



                
__________________________________
Do you Yahoo!?
Yahoo! Mail - You care about security. So do we.
http://promotions.yahoo.com/new_mail

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to