• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How do we set the language of handset

 
Ranch Hand
Posts: 102
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
Is there anybody who can tell me the method of setting the language of a handset from a j2me application.
Actually if we want to access the language of handset from a j2me program then we have the method getproperty(String property_name) in System class ( where property_name is 'microedition.locale' in case of language). But i could not found any method to update the value of this property in j2me api or in the api given by siemens with m50 and sl45i emulator.
As a matter of fact i am making a multilanguage game application in j2me for siemens M50 phone. and i need to change the language of the handset in the application.
I would be highly obliged if anybody can solve my problem , as I need it urgently.
Regards,
Rishi
 
Ranch Hand
Posts: 2676
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
RishiTyagi,
JavaRanch has a naming policy which is strictly enforced. Please read the policy and change your display name if you wish to continue posting here. Thanks.
 
Ranch Hand
Posts: 164
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i do not believe you can set the locale of the system, which might come prebundled with the device (although someone feel free to correct me here).
this might help:
http://developer.java.sun.com/developer/J2METechTips/2001/tt0129.html
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic