In an ASP.NET Web page, you can set to two culture values, theCultureandUICultureproperties.
TheCulturevalue
determines the results of culture-dependent functions, such as the date, number, and currency formatting, and so on. TheUICulturevalue
determines which resources are loaded for the page.
markzzz
Member
17 Points
14 Posts
Calendar Control - Language?
Dec 16, 2011 09:50 AM|LINK
Read many topic into this forum for changing language on my Calendar Control in .NET 3.5.
Tried with :
// adding EnableScriptGlobalization="true" on ScriptManager
System.Threading.Thread.CurrentThread.CurrentCulture = new System.Globalization.CultureInfo("en-GB");
or
Thread.CurrentThread.CurrentCulture = new CultureInfo("en-GB");
but nothing to do! The calendar doesnt change language (is always Italian). What can I do?
Zhongqing Ta...
Star
10512 Points
1354 Posts
Re: Calendar Control - Language?
Dec 19, 2011 02:45 PM|LINK
Hi,
How to: Set the Culture and UI Culture for ASP.NET Web Page Globalization
In an ASP.NET Web page, you can set to two culture values, the Culture and UICulture properties. The Culture value determines the results of culture-dependent functions, such as the date, number, and currency formatting, and so on. The UICulture value determines which resources are loaded for the page.
Regards
If you have any feedback about my replies, please contact msdnmg@microsoft.com
Microsoft One Code Framework