newlc.com
Articles Only
Forum Only
Community
World-Wide Web
Home
News
Tutorials
Reviews
Downloads
Professional Services
Forums
Newsletter
Blog
About us
Last forum posts
Home
::
Forums
::
Development
::
Symbian C++
User login
Username:
*
Password:
*
Create new account
Request new password
Featured pages
Configure your PC for Symbian development
Getting started with Symbian development
Symbian OS Error Codes
Common products UIDs
Nokia S60 SDK
Featured Software
NlMakesis
Y-Browser
Y-Tasks
Active users (last 30 days)
User
Score
Andreas
52
eric
51
rbrunner
42
alh
40
Bones
26
more
Feeds
More feeds...
How to get phone's display language?
Login
to reply to this topic.
Tue, 2006-12-12 10:53
daveice
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!
Login
or
register
to post in forums
Tue, 2006-12-12 13:45
Alcoran
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
daveice
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.
Forum posts: 12
You could try User::Language(); It's supposed to return what you want.
regards
Forum posts: 29
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?