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:[EMAIL PROTECTED] Sent: Friday, December 07, 2007 3:17 AM To: Jyoti Seth Cc: [email protected] 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 - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
