RadSchedulenavigator Portuguese translation

Thread is closed for posting
2 posts, 0 answers
  1. 0E9B5AAE-B044-45C8-AD43-383C05B74051
    0E9B5AAE-B044-45C8-AD43-383C05B74051 avatar
    25 posts
    Member since:
    Aug 2009

    Posted 07 Oct 2009 Link to this post

    Requirements

    RadControls version Q2 2009
    .NET version 3.5SP1
    Visual Studio version 2008
    programming language C#

    PROJECT DESCRIPTION
    Dear friends, in order to provide you with the most possible translations, here it goes the Portuguese version for the RadSchedulerNavigator.

    Create a simple class and add the following code to it:
    public class PortugueseSchedulerNavigatorLocalization : SchedulerNavigatorLocalizationProvider 
     public override string GetLocalizedString(string id) 
     { 
      switch (id) 
      { 
      case SchedulerNavigatorStringId.DayViewButtonCaption: 
      { 
       return "Vista Diária"
      } 
      case SchedulerNavigatorStringId.WeekViewButtonCaption: 
      { 
       return "Vista Semanal"
      } 
      case SchedulerNavigatorStringId.MonthViewButtonCaption: 
      { 
      return "Vista Mensal"
      } 
      case SchedulerNavigatorStringId.ShowWeekendCheckboxCaption: 
      { 
       return "Mostrar Fim-de-Semana"
      } 
     } 
     return String.Empty; 
     } 

    Also remember to add in the constructor:
    SchedulerNavigatorLocalizationProvider.CurrentProvider = new PortugueseSchedulerNavigatorLocalization(); 

    I will soon upload more Portuguese translations.
  2. 907A8354-5E2E-4F69-95E6-B00F38D8C271
    907A8354-5E2E-4F69-95E6-B00F38D8C271 avatar
    1805 posts
    Member since:
    Jan 2017

    Posted 14 Oct 2009 Link to this post

    Hi Tiago Pinho,

    Thank you for sending us your Portuguese localization provider for RadSchedulerNavigator. I have updated your Telerik points for it.

    Sincerely yours,
    Nikolay
    the Telerik team

    Instantly find answers to your questions on the new Telerik Support Portal.
    Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Back to Top

This Code Library is part of the product documentation and subject to the respective product license agreement.