How to get phone's display language?

Login to reply to this topic.
Tue, 2006-12-12 10:53
Joined: 2005-11-30
Forum posts: 29
I want to know my device's display language, Chinese or English, How can I get this information?

I didn't found any API like DefaultCharSet to get this information.

Thanks!

Tue, 2006-12-12 13:45
Joined: 2006-11-07
Forum posts: 12
Re: How to get phone's display language?
Hi

You could try User::Language(); It's supposed to return what you want.

regards
Tue, 2006-12-12 15:54
Joined: 2005-11-30
Forum posts: 29
Re: How to get phone's display language?
Hi Alcoran, thanks for your reply...

Further more, I need the information about exact charset of this language: if the language is Chinese, I need to know the charset is GBK, GB2312 or BIG5? How can I get this information?
  • Login to reply to this topic.