Spanish localization provider for RadPageView

Thread is closed for posting
2 posts, 0 answers
  1. 6CED5E7E-3B0B-4028-BBE0-43E899A46F68
    6CED5E7E-3B0B-4028-BBE0-43E899A46F68 avatar
    7 posts
    Member since:
    Sep 2012

    Posted 05 Sep 2012 Link to this post

    Requirements

    RadControls version 2012 Q2 SP1
    .NET version 4.0
    Visual Studio version 2010
    programming language C#
    browser support

    N/A


    PROJECT DESCRIPTION
    Here I attach the localization provider for the RadPageView in Spanish. Hope it is usefull for anyone more.

    public class RadPageViewLocalizationProvider_ESES : RadPageViewLocalizationProvider
        {
            public override string GetLocalizedString(string id)
            {
                switch (id)
                {
                    case "CloseButton": return "Cerrar la página seleccionada";
                    case "ItemListButton": return "Páginas disponibles";
                    case "LeftScrollButton": return "Desplazar hacia la izquierda";
                    case "RightScrollButton": return "Desplazar hacia la derecha";
                    case "ShowMoreButtonsItemCaption": return "Mostrar más botones";
                    case "ShowFewerButtonsItemCaption": return "Mostrar menos botones";
                    case "AddRemoveButtonsItemCaption": return "Añadir o eliminar botones";
                    case "ItemCloseButton": return "Cerrar página";
                    case "NewItemTooltipText": return "Añadir nueva página";
                    default: return string.Empty;
                }
            }
  2. F11ADD2A-840D-4563-BD9F-564CF2DD488A
    F11ADD2A-840D-4563-BD9F-564CF2DD488A avatar
    2911 posts
    Member since:
    Apr 2022

    Posted 06 Sep 2012 Link to this post

    Hello Equipo Desarrollo,

    Thank you for sharing your localization provider with the community. I updated your Telerik Points for your time and efforts.

    Greetings,
    Stefan
    the Telerik team
    RadControls for WinForms Q2'12 release is now live! Check out what's new or download a free trial >>
Back to Top

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