Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
410
Customize the Spellchecker Dialog to another language
posted

I'm using the UltraSpellChecker  in my Dutch application

As with other controls I use  SetCustomizedString to change the strings used by Infragistics.

With other controls (Grid, Calendar) it works fine but the SpellChecker Dialog stays in English :-(

These are the string I set:

Dim rc As Infragistics.Shared.ResourceCustomizer
rc = Infragistics.Win.UltraWinSchedule.Resources.Customizer

'SpellChecker
rc.SetCustomizedString("LS_SpellCheckForm", "Spelling")
rc.SetCustomizedString("LS_SpellCheckForm_AccessibleDescription", "Controleer op spelfouten")
rc.SetCustomizedString("LS_SpellCheckForm_lbErrorsFound", "Spelfouten gevonden")
rc.SetCustomizedString("LS_SpellCheckForm_btIgnoreOnce_1", "Eenmaal negeren")
rc.SetCustomizedString("LS_SpellCheckForm_btIgnoreOnce_2", "Doorgaan")
rc.SetCustomizedString("LS_SpellCheckForm_btIgnoreAll", "Altijd negeren")
rc.SetCustomizedString("LS_SpellCheckForm_btAddToDictionary", "Toevoegen aan woordenboek")
rc.SetCustomizedString("LS_SpellCheckForm_lbChangeTo", "Wijzigen in:")
rc.SetCustomizedString("LS_SpellCheckForm_btChange", "Wijzigen")
rc.SetCustomizedString("LS_SpellCheckForm_btChangeAll", "Wijzig alle")
rc.SetCustomizedString("SpellCheckForm_btChangeAll", "Wijzig alle")
rc.SetCustomizedString("LS_SpellCheckForm_lbSuggestions", "Suggesties:")
rc.SetCustomizedString("LS_SpellCheckForm_btUndo", "Ongedaan maken")
rc.SetCustomizedString("LS_SpellCheckForm_btClose_1", "Annuleren")
rc.SetCustomizedString("LS_SpellCheckForm_btClose_2", "Sluiten")