Hello,
Iam creating a multi lingual (Indian Languages) site which is hosted on Windows 2003 Server SP2 .
Iam dynamically setting the culture info through my config file.
eg. CultureInfo ci = new CultureInfo('ml-IN');
the problem is when iam setting the culture info to ml-IN or bn-IN Iam getting the following error
"Culture name <culture> is not supported" . In my case it is ml-IN
Can any one help me out.