multilingual pages in asp.net
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
i have created multilingual pages in asp.net,one for english and one for urdu.the urdu pg is created by copying the resource file of english pg nad pasting it in the local resource.on the button click i have called an InitilizeCulture method in which if english is set by default to chnnge it to urdu it throws an exception on this line: Thread.CurrentThread.CurrentCulture=new CultureInfo(currentlang); where currentlang is currently set to urdu. and the exception is: System.NotSupportedException: Culture 'ur' is a neutral culture. It cannot be used in formatting and parsing and therefore cannot be set as the thread's current culture. any help wud be highly appreciated bia ali