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

Localization Minimize, Maximize and Close

3 Answers 85 Views
Window
This is a migrated thread and some comments may be shown as answers.
Paulo
Top achievements
Rank 1
Paulo asked on 23 Mar 2016, 05:55 PM
How to configure localization text to RadWindow buttons Minimize, Maximiza and Close ?

3 Answers, 1 is accepted

Sort by
0
Accepted
Yana
Telerik team
answered on 24 Mar 2016, 09:44 AM
Hello Paulo,

RadWindow is localized through our LocalizationManager, this means that it provides built-in support for the following languages: English, German,Spanish, French, Italian, Dutch, Turkish.

If the required language is not among them, you will need to manually translate the needed text, here are the used by RadWindow resource keys:
  • Close
  • Maximize
  • Restore
  • Minimize

Then you can set the resource keys in one of the following ways:
Hope this will be helpful. If you have any additional questions, let us know.

Regards,
Yana
Telerik
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API Analyzer and share your thoughts.
0
Paulo
Top achievements
Rank 1
answered on 27 Mar 2016, 10:49 PM
Hi Yana, thanks for explication. I have just one question, in this my example, I had in my RadWindow, too a PdfViewer, I created a *.resx file to two components (RadWindow and PdfViewer) there are possibility of use LocalizationManager with two *.resx file different ?
0
Accepted
Yana
Telerik team
answered on 28 Mar 2016, 07:23 AM
Hi Paulo,

You will need to add all the used resource keys in the application in a single .resx file  which then can be set through the LocalizationManager. Separate .resx files should be used for the different languages.

Regards,
Yana
Telerik
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API Analyzer and share your thoughts.
Tags
Window
Asked by
Paulo
Top achievements
Rank 1
Answers by
Yana
Telerik team
Paulo
Top achievements
Rank 1
Share this question
or