Korean Localization Resx

Thread is closed for posting
1 posts, 0 answers
  1. EC6011CA-4736-4A64-B434-BC5B34DC5B94
    EC6011CA-4736-4A64-B434-BC5B34DC5B94 avatar
    6 posts
    Member since:
    Aug 2012

    Posted 30 Dec 2009 Link to this post

    Requirements

    RadControls version

    2009.3.1208

    .NET version

     

    Visual Studio version

    2008 SP1

    programming language

    Korean

    browser support

    all browsers supported by RadControls


    PROJECT DESCRIPTION

    In the attached ZIP file you can find all the needed resource strings for Korean localization of RadControls for Silverlight.

    private void Application_Startup(object sender, StartupEventArgs e)  
    {  
        Telerik.Windows.Controls.LocalizationManager.DefaultResourceManager =   
                Greenmaru.RadLocalizationKr.ResourceManager;  
        this.RootVisual = new MainPage();  


Back to Top

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