Hello,
I have a form with a ribbon in it. I would like to use Localizable = true, but since all the buttontools are created locally in the InitializeComponents, it seems very difficult to translate these tools. My question is: how do you add language support to the ribbon?
Regards, Johan
The problem is that we want the user to be able to change language in run time as well. For this we initialize a ComponentResourceManager and use it in an UpdateLanguage method, but in this method we don't have any components to send to the component resource manager. We have made a workaround by using a non-form bound resource file that we use to fetch the resource strings we want. It would have been nice if it was possible to do in the forms resource file though.
The design-time support for localizations will work with tools even though they are created locally. Once you switch the language of the Form and enter new captions/images on the tools, the other language's resx file will automatically be populated with the new captions/images. If you are having problems with this support, it could be a bug. If that is the case, either provide a more detailed description of the problem or submit the issue to the support group: http://es.infragistics.com/gethelp.