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

"Check Spelling" Text Not Localized

3 Answers 31 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Varun
Top achievements
Rank 1
Varun asked on 14 Jan 2016, 07:57 AM

Hey..

 When I'm using the localization feature of RadEditor, almost all the things are getting localized or there are fields in the resource files to change their value for particular language. But "Check Spelling" Text is not getting localized, and there is also no  field mentioned for it in the Resource files. Please provide me the solution for this as it is very important for us.

 

Thanks in advance,

3 Answers, 1 is accepted

Sort by
0
Ianko
Telerik team
answered on 15 Jan 2016, 09:52 AM
Hi Varun,

The only "Check Spelling"  string I can find is related to the default value of the SpellCheck field. So, if there is no SpellCheck field in the resource files, it is expected the default value to be loaded. To resolve make sure that SpellCheck field is included in the resources with proper value.

You can also change it programmatically like so:
RadEditor1.Localization.Tools.SpellCheck = "Some text";

Regards,
Ianko
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Varun
Top achievements
Rank 1
answered on 18 Jan 2016, 11:45 AM

Hey..

Can I also pass the resx key in the spellcheck parameter.to localize the text.

 And version for my dll is 2012.1.214.340. Does upgrading my dll will solve this problem?

0
Ianko
Telerik team
answered on 18 Jan 2016, 02:33 PM
Hello Varun,
 
Yes, adding the same key in the resx file should work. 

As for upgrading, on my end, with the latest version, this property is available in the resx file. So, if for some reason, in 2012.1.214 version the key is missed, upgrading is a solution.

Regards,
Ianko
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Editor
Asked by
Varun
Top achievements
Rank 1
Answers by
Ianko
Telerik team
Varun
Top achievements
Rank 1
Share this question
or