What is the language code for Simplified Chinese
Hi,
I am trying to add Simplified Chinese support to an application for Symbian OS. The application has other language files already so I just need to add a Simplified Chinese file but I don't know what the two letter code is for Simplified Chinese. Can you help? Thanks.
I know that EN is English, DE is German. Should Chinese be CN or ZH?
Pei-Hwa
Re: What is the language code for Simplified Chinese
[QUOTE=ho3ho3;521412]Hi,
I am trying to add Simplified Chinese support to an application for Symbian OS. The application has other language files already so I just need to add a Simplified Chinese file but I don't know what the two letter code is for Simplified Chinese. Can you help? Thanks.
I know that EN is English, DE is German. Should Chinese be CN or ZH?
Pei-Hwa[/QUOTE]
TLanguage 31
Re: What is the language code for Simplified Chinese
[QUOTE=ho3ho3;521412]Hi,
I am trying to add Simplified Chinese support to an application for Symbian OS. The application has other language files already so I just need to add a Simplified Chinese file but I don't know what the two letter code is for Simplified Chinese. Can you help? Thanks.
I know that EN is English, DE is German. Should Chinese be CN or ZH?
Pei-Hwa[/QUOTE]
有谁可以向论坛反应一下,现在论坛无法用中文搜索了。这让我们初级开发者很郁闷。
Re: What is the language code for Simplified Chinese
[QUOTE=ho3ho3;521412]Hi,
I am trying to add Simplified Chinese support to an application for Symbian OS. The application has other language files already so I just need to add a Simplified Chinese file but I don't know what the two letter code is for Simplified Chinese. Can you help? Thanks.
I know that EN is English, DE is German. Should Chinese be CN or ZH?
Pei-Hwa[/QUOTE]
Hi,
" >> Symbian OS v9.4 >> Symbian OS Tools And Utilities >> Software Installation Toolkit - reference >> Package file format >> (language code table) "
"Language code tables"
[url]http://developer.symbian.com/main/documentation/sdl/symbian94/sdk/doc_source/ToolsAndUtilities94/Installing-ref/PKG_format/PKG_languages_table.html[/url]
[code]
...
Chinese Taiwan, TC, ELangTaiwanChinese, 29
Hong Kong Chinese, HK, ELangHongKongChinese, 30
Chinese PRC, ZH, ELangPrcChinese, 31
...
[/code]
Regards
Ziteng Chen