Skip to Main Content

Embedded Technologies

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

I18n in J2ME

843849Nov 11 2004 — edited Nov 11 2004
Hi guys,
I need to develop a J2ME application in multiple languages, and I know that CLDC/MIDP doesn't have support for i18n.
I saw 2 types of implementation from Sun to i18n:

---> Using a hashtable to store the keys and messages
---> Using a properties files that contains number=message. When the application runs, the file is loaded to a array .

I think to implement via RMS.

I would like to know if exists a design pattern to do this.

Regards,

Bruno
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 9 2004
Added on Nov 11 2004
1 comment
181 views