<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>ASP.NET AJAX Control Toolkit</title><link>http://forums.asp.net/1022.aspx</link><description>Here's your place to discuss everything in and about the AJAX Control Toolkit</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: CalendarExtender and globalization.</title><link>http://forums.asp.net/thread/3287685.aspx</link><pubDate>Sat, 11 Jul 2009 17:01:46 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3287685</guid><dc:creator>kirylHT</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3287685.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1022&amp;PostID=3287685</wfw:commentRss><description>&lt;p&gt;Actually can translate the string &amp;quot;Today&amp;quot; by using UICulture&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: CalendarExtender and globalization.</title><link>http://forums.asp.net/thread/1589941.aspx</link><pubDate>Thu, 22 Feb 2007 13:03:01 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1589941</guid><dc:creator>pvahrenholt</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1589941.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1022&amp;PostID=1589941</wfw:commentRss><description>&lt;p&gt;Hi there,&lt;/p&gt;
&lt;p&gt;I've made the changes to the calenderbehavior.js as told above. I implemented also the code from the very bottom of the thread &lt;a href="http://forums.asp.net/thread/1550012.aspx"&gt;http://forums.asp.net/thread/1550012.aspx&lt;/a&gt;. Cause I'm very new to this stuff can anyone give me a clue how to recompile a DLL so that the changes take effekt.&lt;/p&gt;
&lt;p&gt;THX in advance&lt;/p&gt;</description></item><item><title>Re: CalendarExtender and globalization.</title><link>http://forums.asp.net/thread/1589857.aspx</link><pubDate>Thu, 22 Feb 2007 11:59:19 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1589857</guid><dc:creator>d.th</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1589857.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1022&amp;PostID=1589857</wfw:commentRss><description>&lt;p&gt;It's compiled into the dll's resources. To change it you need to donwload the Toolkit's sources. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Then you either recompile or simply copy the CalendarBehaviour.js to your site and set it's path in the component's "ScriptPath" property.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: CalendarExtender and globalization.</title><link>http://forums.asp.net/thread/1589714.aspx</link><pubDate>Thu, 22 Feb 2007 09:41:21 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1589714</guid><dc:creator>kallem</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1589714.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1022&amp;PostID=1589714</wfw:commentRss><description>&lt;p&gt;Sorry, stupid noob-question. &lt;img src="http://forums.asp.net/emoticons/emotion-42.gif" alt="Confused" /&gt;&lt;/p&gt;&lt;p&gt;Where can I find the calenderbehaviour.js? &lt;br /&gt;Even in the sample app I can't find the file.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you.&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: CalendarExtender and globalization.</title><link>http://forums.asp.net/thread/1553719.aspx</link><pubDate>Mon, 29 Jan 2007 17:44:11 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1553719</guid><dc:creator>VTP</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1553719.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1022&amp;PostID=1553719</wfw:commentRss><description>&lt;p&gt;set the EnableGloblisation property of script manager true&lt;/p&gt;
&lt;p&gt;and do the changes in calenderbehaviour.js&lt;/p&gt;
&lt;p&gt;In particular, you must substitute this line in file CalendarBehavior.js:&lt;/p&gt;
&lt;p&gt;1) this&lt;font size=2&gt;._title.innerHTML = visibleDate.format("MMMM, yyyy"); &lt;strong&gt;with&lt;/strong&gt; &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;this&lt;font size=2&gt;._title.innerHTML = visibleDate.localeFormat("MMMM, yyyy");&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size=2&gt;2) &lt;font size=2&gt;dayCell.title = currentDate.format("D"); &lt;strong&gt;with&lt;/strong&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;font size=2&gt;&lt;font size=2&gt;&lt;font size=2&gt;
&lt;p&gt;dayCell.title = currentDate.localeFormat("D");&lt;/p&gt;
&lt;p&gt;3) this&lt;font size=2&gt;._today.innerHTML = "Today: " + todaysDate.format("MMMM d, yyyy"); &lt;strong&gt;with&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;
&lt;p&gt;&lt;font size=2&gt;this&lt;font size=2&gt;._today.innerHTML = "Today: " + todaysDate.localeFormat("MMMM d, yyyy");&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size=2&gt;Unfortunately, the string "Today" is mapped into the js file and it not parametrized.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;And it's all done.&lt;/p&gt;
&lt;p&gt;Bye, Thanks for the help to you all&lt;/p&gt;</description></item><item><title>Re: CalendarExtender and globalization.</title><link>http://forums.asp.net/thread/1553158.aspx</link><pubDate>Mon, 29 Jan 2007 13:06:30 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1553158</guid><dc:creator>MaritimeGirl</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1553158.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1022&amp;PostID=1553158</wfw:commentRss><description>&lt;p&gt;If you look at the source .js, you'll see that "Today" is a hardcoded string.&lt;/p&gt;
&lt;p&gt;I also need to globalize my CalendarExtender but I can't use the ScriptManager globalization, I have to customize it to be able to edit the month and day names to whatever text the user wants.&amp;nbsp; I've downloaded the .cs sourcecode in the toolkit but I'm a bit lost on how to recompile a custom version of the Extender and get it to be visible when I try to add it to my toolbox.&lt;/p&gt;</description></item><item><title>Re: CalendarExtender and globalization.</title><link>http://forums.asp.net/thread/1552882.aspx</link><pubDate>Mon, 29 Jan 2007 08:21:12 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1552882</guid><dc:creator>djflex68</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1552882.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1022&amp;PostID=1552882</wfw:commentRss><description>&lt;p&gt;I have the same problem. Day names are translated, the header and the footer are not.&lt;/p&gt;</description></item><item><title>Re: CalendarExtender and globalization.</title><link>http://forums.asp.net/thread/1552006.aspx</link><pubDate>Sun, 28 Jan 2007 11:10:50 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1552006</guid><dc:creator>nvivo</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1552006.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1022&amp;PostID=1552006</wfw:commentRss><description>&lt;p&gt;Hi. I tried your solution.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;br /&gt;while the day names (mon, tue, etc) are translated, the header (January, 2007) and the footer (&lt;span class="ajax__calendar"&gt;&lt;span class=""&gt;Today: January 28, 2007) are always in english.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Anything else?&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: CalendarExtender and globalization.</title><link>http://forums.asp.net/thread/1551173.aspx</link><pubDate>Sat, 27 Jan 2007 03:56:48 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1551173</guid><dc:creator>teyou</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1551173.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1022&amp;PostID=1551173</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Hi, &lt;img src="http://forums.asp.net/emoticons/emotion-1.gif" alt="Smile" /&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;try to set the ScriptManager .EnableScriptGlobalization = True&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;it Works!! &lt;img src="http://forums.asp.net/emoticons/emotion-2.gif" alt="Big Smile" /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: CalendarExtender and globalization.</title><link>http://forums.asp.net/thread/1551172.aspx</link><pubDate>Sat, 27 Jan 2007 03:56:45 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1551172</guid><dc:creator>teyou</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1551172.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1022&amp;PostID=1551172</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Hi, &lt;img src="http://forums.asp.net/emoticons/emotion-1.gif" alt="Smile" /&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;try to set the ScriptManager .EnableScriptGlobalization = True&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;it Works!! &lt;img src="http://forums.asp.net/emoticons/emotion-2.gif" alt="Big Smile" /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>CalendarExtender and globalization.</title><link>http://forums.asp.net/thread/1551072.aspx</link><pubDate>Sat, 27 Jan 2007 00:05:10 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1551072</guid><dc:creator>nvivo</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1551072.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1022&amp;PostID=1551072</wfw:commentRss><description>&lt;p&gt;Hi. I noticed that CalendarExtender only works in English.&lt;/p&gt;&lt;p&gt;Although the Format parameter can customize the way it fills the textbox, there should be a way to display the calendar itself in other languages.&lt;/p&gt;&lt;p&gt;Since Ajax Extensions has everything needed to create a calendar in any language, it could have a property "Culture" that gets the current ASP.NET culture defined in web.config, or even no property at all, and just works like the Calendar in .NET, get the current UICulture and voilá. Even the format gets the a default format depending on the language.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;br /&gt;thanks,.great job.&lt;br /&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>