This is a migrated thread and some comments may be shown as answers.

[Solved] problem with the custom localization

1 Answer 206 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Mark
Top achievements
Rank 1
Mark asked on 29 Oct 2007, 09:28 AM

I have problem with the custom localization. I have web application, that has own resources folder, where I have own resources file enovatio.pl.resx. Where should I put the file RadScheduler.Main.<Culture Identifier>.resx???

I created folder App_GlobalResources, where I put file RadScheduler.Main.<Culture Identifier>.resx, but it doesn't work.

Please help me.

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 30 Oct 2007, 04:12 PM

Hi Mark,

Thank you for initiating this thread. It helped us discover a few issues with RadScheduler's localization. Also, the help topic which you have probably used for reference is not precise. Here is an updated procedure to use a custom localization file with RadScheduler:

  1. Create the App_GlobalResources folder.
  2. Copy the RadScheduler.Main.resx file to this folder.
  3. Right-click on RadScheduler.Main.resx and choose "View Code" and insert the following code:

    <data name="ReservedResource" xml:space="preserve">  
        <value>Please, do not delete this string. RadEditor needs it to determine if an external resource file is present in App_GlobalResources.</value> 
      </data> 
  4. Make a copy of RadScheduler.Main.resx and rename it to: RadScheduler.Main.pl-PL.resx.
  5. Both files should be present in the App_GlobalResources folder. You can now edit the RadScheduler.Main.pl-PL.resx file.
  6. Set Culture="pl-PL" for RadScheduler

Attached is a demo project which has HeaderDay changed to "DayInPolish".

We will update the help topic shortly. Please, excuse us for the caused inconvenience.


Regards,
Peter
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Scheduler
Asked by
Mark
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or