> Now is there a way to combine these two 
> applications into a single App which should 
> work on both english and japanees devices. 
> I have tried Overlays..seems to be its 
> not working. 

I think I have seen posts in this forum in the
past suggesting that you can simply include both
resources (with different ids) in your prc and 
then write your own code to decide which version 
of, say, a form to show.  You'd have to write some
mapping code so that the same logic executes no 
matter whether an English or Japanese widget gets
used.  Maybe check the archives for details (lots
of msg threads related to localization, translation,
etc.).

That said, I am not sure why you'd even want to
include both languages into one prc.  Each user
will probably only want to use one language ever.
Why would you want to burden them (rather: their 
limited memory) with additional language resources
that they don't need/want?  To me, it seems much
more advantageous to have two different prcs, one
in English and one in Japanese.  There are tools
that allow you to do translation of resources
(search for Multilizer).

Oliver


__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

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

Reply via email to