German RadDockLocalization

Thread is closed for posting
3 posts, 0 answers
  1. 64FD8F1C-ADB1-452E-BE18-8C4C07001663
    64FD8F1C-ADB1-452E-BE18-8C4C07001663 avatar
    127 posts
    Member since:
    Feb 2008

    Posted 12 Aug 2009 Link to this post

    Requirements

    RadControls version

    2009.2.9.729

    .NET version

    2.0

    Visual Studio version

    2008

    programming language

    C#

    PROJECT DESCRIPTION

    This demo project contains a German localization provider for the Telerik RadDock Q2 2009 ServicePack 1.

    It is possible to change the localization back to English by pressing the 'English'-Button. Pressing the 'German'-Button changes the localization to German. 

    Usage: Put the following lines of code in the constructor of your form:

    RadDockLocalizationProvider.CurrentProvider = new GermanDockLocalizationProvider( );  
     
    this.radDock1.QuickNavigatorSettings.DocumentPaneListHeader = "Aktive Dokumentfenster";  
    this.radDock1.QuickNavigatorSettings.ToolPaneListHeader = "Aktive Werkzeugfenster"

    Regards,
    Ramius

  2. 907A8354-5E2E-4F69-95E6-B00F38D8C271
    907A8354-5E2E-4F69-95E6-B00F38D8C271 avatar
    1805 posts
    Member since:
    Jan 2017

    Posted 14 Aug 2009 Link to this post

    Hello Ramius,

    Thank you for the RadDock German localization provider. I am updating your Telerik account with 1000 points.

    Best wishes,

    Nikolay
    the Telerik team

    Instantly find answers to your questions on the new Telerik Support Portal.
    Check out the tips for optimizing your support resource searches.
  3. 1A7DAD28-B97E-45B3-8228-65115F78576E
    1A7DAD28-B97E-45B3-8228-65115F78576E avatar
    10 posts
    Member since:
    Feb 2010

    Posted 19 Feb 2010 Link to this post

    Great work here, thanks :o)
Back to Top

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