PC Review


Reply
Thread Tools Rate Thread

How to add Japanese culture

 
 
Richard Kucia
Guest
Posts: n/a
 
      17th Nov 2003
I have a list of language codes that I'd like my PocketPC app to support.
During initialization, I attempt to create a culture from each language code
in the list. For each success, I permit the user to request that language by
adding it to a menu.

However, my PocketPC (Dell Axim) can not create a culture for CultureCode
"ja" (Japanese):

mCulture = New CultureInfo(CultureCode, False)

Do I need to add something to my Axim to permit it to display Japanese?
Thanks.

Richard Kucia


 
Reply With Quote
 
 
 
 
Roman Batoukov [MS]
Guest
Posts: n/a
 
      25th Nov 2003
Richard,

There are multiple international editions of PPC devices available. If
Japanese locale is not exposed as an option in Regional settings of your
device, your device is missing some information required to fully support
this culture. .NetCF supports the superset of cultures that can be exposed
by PPC devices. However, when creating CultureInfo() instance, runtime
checks if the culture you want is supported by the particular device you
run on. If this is not the case, you'll get PlatformNotSupportedException
at the runtime. If you run the same app on the device that supports
Japanese locale, the same code will work smoothly. I don't hink there is an
easy way to unsupported culture to the device, cince lots of
culture-specific information is to be added (fonts, numeric and datetime
format data, linguistic string comparison rules, etc.). You'll need to get
a new image for you device or test your app on Japanese edition of the
device.

- Roman

This posting is provided "AS IS" with no warranties, and confers no rights.


--------------------
| From: "Richard Kucia" <(E-Mail Removed)>
| Subject: How to add Japanese culture
| Date: Mon, 17 Nov 2003 01:08:36 -0500
| Lines: 16
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
| Message-ID: <#(E-Mail Removed)>
| Newsgroups: microsoft.public.dotnet.framework.compactframework
| NNTP-Posting-Host: 183.cleveland-16-17rs.oh.dial-access.att.net
12.87.134.183
| Path:
cpmsftngxa06.phx.gbl!cpmsftngxa09.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP11.
phx.gbl
| Xref: cpmsftngxa06.phx.gbl
microsoft.public.dotnet.framework.compactframework:38785
| X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
|
| I have a list of language codes that I'd like my PocketPC app to support.
| During initialization, I attempt to create a culture from each language
code
| in the list. For each success, I permit the user to request that language
by
| adding it to a menu.
|
| However, my PocketPC (Dell Axim) can not create a culture for CultureCode
| "ja" (Japanese):
|
| mCulture = New CultureInfo(CultureCode, False)
|
| Do I need to add something to my Axim to permit it to display Japanese?
| Thanks.
|
| Richard Kucia
|
|
|

This posting is provided "AS IS" with no warranties, and confers no rights.

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Could not find any resources appropriate for the specified culture or the neutral culture EricW Microsoft Dot NET 3 23rd May 2008 06:49 PM
Could not find any resources appropriate for the specified culture or the neutral culture EricW Microsoft VB .NET 3 23rd May 2008 06:49 PM
[MissingManifestResourceException: Could not find any resources appropriate for the specified culture or the neutral culture. Rob Dob Microsoft ASP .NET 0 27th Nov 2005 03:57 PM
[MissingManifestResourceException: Could not find any resources appropriate for the specified culture or the neutral culture. Rob Dob Microsoft C# .NET 0 27th Nov 2005 03:57 PM
Culture ID 33280 (0x8200) is not a supported culture =?Utf-8?B?TWFjcm9tdWxsZXQ=?= Microsoft ADO .NET 0 14th Dec 2004 02:59 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:52 PM.