I18n in J2ME
843849Nov 11 2004 — edited Nov 11 2004Hi 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