With the web HTML editor, there are a bunch of buttons, with types such as Bold, JustifyRight, etc. And these buttons automatically have the right image and do the right functionality.
Now, the tooltips are currently all coming up in English. How do we localize the tooltips and any other english words that appear in some of the formatting dropdowns? There are customizer classes and lists of the customizable items in the documentation for the windows components, but I did not see anything for the web components. I'm looking to do similar things for the spell check dialogs also.
Hello,
It really depends on the specific control you are using. Typically, most of the control contain localization / globalization secton in the help (although they might indeed be hard to find). For example, localizing WebHtmlEditor is discussed in the following Help article:
http://help.infragistics.com/Help/NetAdvantage/NET/2008.3/CLR2.0/html/WebHtmlEditor_Creating_and_Using_a_Custom_Language_File.html
Please, follow the link for additional details.
Hope this helps.