Calendar Extender in Portuguese

Last post 06-27-2008 1:12 PM by Otavio Camargo. 2 replies.

Sort Posts:

  • Calendar Extender in Portuguese

    06-27-2008, 10:42 AM

    Hi Everybody.

    Could some one say if there is any way to configure Calendar Extender to display name of Months and WeekDays in portuguese?

    Thanks

    Otávio Camargo

  • Re: Calendar Extender in Portuguese

    06-27-2008, 11:18 AM
    Answer
    • All-Star
      60,120 point All-Star
    • anas
    • Member since 09-21-2006, 8:31 AM
    • Palestinian Territory, Occupied
    • Posts 6,790
    • Moderator

    you need to enable Script globalization for the ScriptManager control that

    <asp:ScriptManager ID="ScriptManager1" runat="server" EnableScriptGlobalization="true">

    This will localized the calendar based on the Page culture which must be set in web.config or in page declaration through Culture property ,

     

     

    Regards,

    Anas Ghanem | Blog

  • Re: Calendar Extender in Portuguese

    06-27-2008, 1:12 PM

    Nice! I solved my problem.

    Thanks a lot.

Page 1 of 1 (3 items)