[Mono-list] Error: culture name ur is not supported
Jyoti Seth
jyotiseth2001 at gmail.com
Fri Dec 7 06:30:39 EST 2007
Thanks. I checked the list. The culture "ur-PK" is not supported in the mono
current version 1.2.5.1
-----Original Message-----
From: Daniel Nauck [mailto:dna at informatik.uni-kiel.de]
Sent: Friday, December 07, 2007 3:17 AM
To: Jyoti Seth
Cc: mono-list at lists.ximian.com
Subject: Re: [Mono-list] Error: culture name ur is not supported
Hallo,
please have a look at this thread:
http://lists.ximian.com/pipermail/mono-devel-list/2007-December/thread.html#
25940
Daniel
Jyoti Seth schrieb:
> Hi,
>
> I have made a multilingual website in asp.net and deployed it on suse
linux
> 10.1 version. The following code is working fine for all the cultures
except
> "ur". It gives the following error "HTTP 500. System.ArgumentException:
> Culture name ur is not supported. Parameter name: ur"
>
> protected override void InitializeCulture()
> {
> //System.Threading.Thread.CurrentThread.CurrentCulture =
> CultureInfo.CreateSpecificCulture("hi");
> //System.Threading.Thread.CurrentThread.CurrentUICulture = new
> CultureInfo("hi-IN");
> System.Threading.Thread.CurrentThread.CurrentCulture
> =CultureInfo.CreateSpecificCulture("ur");
> System.Threading.Thread.CurrentThread.CurrentUICulture = new
> CultureInfo("ur-PK");
> base.InitializeCulture();
> }
>
>
> Please let me know if someone knows how to fix this problem.
>
> Thanks,
> Jyoti
>
> _______________________________________________
> Mono-list maillist - Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
More information about the Mono-list
mailing list