Creating a new culture for Localization

J

James

I am preparing a web site to include localization functionality. In
addition to supporting the list of cultures available from the .net
framework I would like to support the Maori langauge. As Maori is not
a listed language within Wnidows I will be setting the UICulture via
code rather than detecting it from the user's browser.

Is it possible to create a custom CultureInfo object? I know that you
can customize an existing Culture, but I would prefer not to do this
if possible.

Thanks.
 
M

Mihai N.

Is it possible to create a custom CultureInfo object? I know that you
can customize an existing Culture, but I would prefer not to do this
if possible.
Please check
microsoft.public.win32.programmer.international
It is a pretty long discution thread on this subject.
Short conclusion: NO
In theory this can be done by deriving the new culture from CultureInfo.
But it seems the solution does not work for web.
 
M

Mihai N.

A follow-up from microsoft.public.win32.programmer.international

==================================================================

Subject: Re: is it possible to create new culture?
From: "Achim Ruopp [MSFT]" <[email protected]>
Newsgroups: microsoft.public.win32.programmer.international

We do have a sample application on how to do this:
http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=a193b9
52-2e44-45ed-811d-c1fabf2f6e8a

--
Achim Ruopp

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

Mountain Bikn' Guy said:
Thank you for your feedback!


==================================================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top