User-1538551077 posted
Hi all,
I want to create a site that should support malayalam and english.Butculturename ml-In is not supported in VS 2008.For that is there any other solution?
Thread.CurrentThread.CurrentUICulture = new CultureInfo(sLang);
Using above code error getting is culturename ml-In is not supported
Thanks