|
|
|
date: Sun, 20 Apr 2008 07:19:45 -0700 (PDT),
group: microsoft.public.dotnet.internationalization
back
Re: RegionInfo for Bosnia, Malta, Nepal
These regions are not supported on OS you are on or on .NET, sorry.
You can try Vista instead to get them via the OS (though try to use full
culture names instead of just the region or it will still fail), or you can
build custom cultures (same restriction).
--
MichKa [Microsoft]
Windows International
Blog: http://blogs.msdn.com/michkap
This posting is provided "AS IS" with
no warranties, and confers no rights.
"robinbittner" wrote in message
news:852e2e6c-8c17-4ec6-8710-e0158ba349b6@w1g2000prd.googlegroups.com...
> Hi,
> I am having problems with RegionInfo for mentined countries. In fact,
> there are even more problematic countries, these are just an example.
> I try this code:
> RegionInfo r1 = new RegionInfo("ba");
> RegionInfo r2 = new RegionInfo("mt");
> RegionInfo r3 = new RegionInfo("np");
>
> Does anybody know the reason, why I receive the error "Region name xxx
> is not supported" ?
> Do I need some patch for NET Framework?
>
> My environment: WinXP SP2, NET 3.5 installed.
>
> Roman
date: Sun, 20 Apr 2008 22:33:28 -0700
author: Michael S. Kaplan [MSFT]
|
|