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

Localization in RadSpellChecker-Dialog

6 Answers 50 Views
SpellChecker
This is a migrated thread and some comments may be shown as answers.
Frank
Top achievements
Rank 1
Frank asked on 10 Oct 2019, 10:13 AM

Hi,

is it possible to translate the buttons in the RadSpellChecker-Dialog (see Screenshot) into german?

Regards,

Frank.

6 Answers, 1 is accepted

Sort by
0
Nikolay Demirev
Telerik team
answered on 14 Oct 2019, 02:42 PM

Hello Frank,

The SpellChecker dialog supports localization. There are a few simple steps you have to do in order to translate the RadRichTextBox UI. Here is an article explaining how to use the built-in localization resources https://docs.telerik.com/devtools/wpf/common-information/common-localization#localization-using-built-in-resources.

Please let me know if I can help you with anything else.

Regards,
Nikolay Demirev
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Frank
Top achievements
Rank 1
answered on 21 Oct 2019, 04:08 AM

Hi Nikolay,

i placed the file "Telerik.Windows.Controls.resources.dll" I found in C:\Program Files (x86)\Progress\Telerik UI for WPF R1 2019\Binaries\WPF45\de in the folder "Libs/de" and added the following lines to my code:

Thread.CurrentThread.CurrentCulture = new CultureInfo("de");

Thread.CurrentThread.CurrentUICulture = new CultureInfo("de");

As you can see on screenshot "spellchecking" the Spellchecking-Dialog is not translated correctly. The button "close" is the only button that has the correct translation "Schließen".

Regards,

Frank

0
Nikolay Demirev
Telerik team
answered on 23 Oct 2019, 11:20 AM

Hello Frank,

I have created a sample project showing how to enable the localization using the Telerik.Windows.Controls.resources.dll. Please note that you have to add the binaries referenced in the project as well. You will find the sample project attached as well as a screenshot showing the expected result.

Please let me know if that works for you.

Regards,
Nikolay Demirev
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Frank
Top achievements
Rank 1
answered on 24 Oct 2019, 04:45 AM

Hi Nikolay,

thank you for your commitment. But if I start your sample project the language is still english. I added a screenshot.

 

Regards,

Frank

0
Frank
Top achievements
Rank 1
answered on 24 Oct 2019, 12:21 PM

Hi Nikolay,

I had problems with my Dll-Files. Some wrong Versions. Thanks for your help.

Regards,

Frank

0
Nikolay Demirev
Telerik team
answered on 25 Oct 2019, 11:57 AM

Hello,

I am glad you have managed to make it work.

Regards,
Nikolay Demirev
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
SpellChecker
Asked by
Frank
Top achievements
Rank 1
Answers by
Nikolay Demirev
Telerik team
Frank
Top achievements
Rank 1
Share this question
or