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

Localization of Spell Checker in Winforms

3 Answers 61 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Avinash
Top achievements
Rank 1
Avinash asked on 14 Aug 2012, 11:46 AM
I have one windows form which is having textboxes and multiline textboxes in it.
I am using telerik Spell checker to use it with these controls.
I am initiating the Spell checker by click on a menu button in the form.
Now my issue is how can i localize this Spell checker popup window.
My form is localized using the resource files.
As well as how can i add dictionaries for these spell checker work with different languages.
 
We are using given bellow class, but "RadSpellCheckerLocalizationProvider" class is missing in any of the used namespaces. Please provide the DLL name in which that class is available or advise us how to proceed.
Please reply i am not able to move further without this.

Imports Telerik.WinControls.UI.Localization
Imports Telerik.WinControls.UI
Imports Telerik.WinControls.UI.Design
Imports Telerik.WinControls
Imports Telerik.WinControls.Localization
 
 
Class MyEnglishSpellCheckerLocalizationProvider
    Inherits RadSpellCheckerLocalizationProvider
 
    Public Overrides Function GetLocalizedString(id As StringAs String
        Select Case id
            Case RadSpellCheckerStringId.Title
                Return "Spell Checking"
            Case RadSpellCheckerStringId.OK
                Return "OK"
            Case RadSpellCheckerStringId.Cancel
                Return "Cancel"
            Case RadSpellCheckerStringId.Close
                Return "Close"
            Case RadSpellCheckerStringId.Change
                Return "Change"
            Case RadSpellCheckerStringId.Complete
                Return "The spelling check is complete."
            Case RadSpellCheckerStringId.AddToDictionary
                Return "Add to Dictionary"
            Case RadSpellCheckerStringId.IngoreAll
                Return "Ignore All"
            Case RadSpellCheckerStringId.Suggestions
                Return "Suggestions:"
            Case RadSpellCheckerStringId.ChangeTo
                Return "Change To:"
            Case RadSpellCheckerStringId.NotInDictionary
                Return "Not in Dicitionary:"
        End Select
 
        Return Nothing
    End Function
End Class




As we are developing this prototype for another company, they had already purchased this control. We have informed them to add us as licensed developer for this.

3 Answers, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 17 Aug 2012, 06:05 AM
Hi Avinash,

Thank you for writing.

The desired localization provider is available at the following namespace:
Telerik.WinControls.UI.RadSpellCheckerLocalizationProvider

In regards to the license, I hope that you will get added as Licensed developer soon enough in order to allow us to continue supporting your account.

I hope that you find this information useful.
 
Greetings,
Stefan
the Telerik team
RadControls for WinForms Q2'12 release is now live! Check out what's new or download a free trial >>
0
Avinash
Top achievements
Rank 1
answered on 17 Aug 2012, 10:44 AM
Hello Stefan,

Thanks for your reply. We were using old dlls of 608  version we downloaded the latest dlls and started working.

Thank You
Avinash Dubey
0
Stefan
Telerik team
answered on 21 Aug 2012, 08:50 AM
It is great to hear that everything is OK now. Let us know if you need anything else.

Greetings,
Stefan
the Telerik team
RadControls for WinForms Q2'12 release is now live! Check out what's new or download a free trial >>
Tags
General Discussions
Asked by
Avinash
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Avinash
Top achievements
Rank 1
Share this question
or