Calendar Control - Language?http://forums.asp.net/t/1750291.aspx/1?Calendar+Control+Language+Mon, 19 Dec 2011 14:45:13 -050017502914734785http://forums.asp.net/p/1750291/4734785.aspx/1?Calendar+Control+Language+Calendar Control - Language? <p>Read many topic into this forum for changing language on my Calendar Control in .NET 3.5.</p> <p>Tried with :</p> <p>// adding EnableScriptGlobalization=&quot;true&quot; on ScriptManager</p> <p>System.Threading.Thread.CurrentThread.CurrentCulture = new System.Globalization.CultureInfo(&quot;en-GB&quot;);</p> <p>or</p> <p>Thread.CurrentThread.CurrentCulture = new CultureInfo(&quot;en-GB&quot;);</p> <p></p> <p>but nothing to do! The calendar doesnt change language (is always Italian).&nbsp;What can I do?</p> 2011-12-16T09:50:38-05:004738891http://forums.asp.net/p/1750291/4738891.aspx/1?Re+Calendar+Control+Language+Re: Calendar Control - Language? <p>Hi,</p> <p><a href="http://msdn.microsoft.com/en-us/library/bz9tc508.aspx">How to: Set the Culture and UI Culture for ASP.NET Web Page Globalization</a></p> <p><span class="Apple-style-span" style="">In an ASP.NET Web page, you can set to two culture values, the<span class="Apple-converted-space">&nbsp;</span></span><span style=""><a href="http://msdn.microsoft.com/en-us/library/system.web.ui.page.culture.aspx" style="color:#1364c4; text-decoration:none">Culture</a></span><span class="Apple-style-span" style=""><span class="Apple-converted-space">&nbsp;</span>and<span class="Apple-converted-space">&nbsp;</span></span><span style=""><a href="http://msdn.microsoft.com/en-us/library/system.web.ui.page.uiculture.aspx" style="color:#1364c4; text-decoration:none">UICulture</a></span><span class="Apple-style-span" style=""><span class="Apple-converted-space">&nbsp;</span>properties. The<span class="Apple-converted-space">&nbsp;</span></span><span style=""><a href="http://msdn.microsoft.com/en-us/library/system.web.ui.page.culture.aspx" style="color:#1364c4; text-decoration:none">Culture</a></span><span class="Apple-style-span" style=""><span class="Apple-converted-space">&nbsp;</span>value determines the results of culture-dependent functions, such as the date, number, and currency formatting, and so on. The<span class="Apple-converted-space">&nbsp;</span></span><span style=""><a href="http://msdn.microsoft.com/en-us/library/system.web.ui.page.uiculture.aspx" style="color:#1364c4; text-decoration:none">UICulture</a></span><span class="Apple-style-span" style=""><span class="Apple-converted-space">&nbsp;</span>value determines which resources are loaded for the page.</span></p> <p><span class="Apple-style-span" style="">Regards</span></p> 2011-12-19T14:45:13-05:00