|
Support
ActiveX / COM
Visual C++ / MFC
Customer Spotlight
Corporate Partners
Contact Sales
Call center available M-F 9:00 - 6:00 US Eastern Time. U.S. and Canada International Email |
Add Multi-Language Support to your CommandBars
Author: Mike Palmatier
Posted: February 23, 2006
Environment: Visual Basic 6.0
Xtreme CommandBars supports up to 32 different languages. CommandBars multi-language support will translate all static strings that
the developer can not change such as the text on the customize dialog. All editable strings will not be translated as they can be
changed by the developer. The CommandBarsGlobalSettings.ResourceFile property is used to set the current local for your
application. This should be placed in the Form_Initialize event of the main form.
Private Sub Form_Initialize() CommandBarsGlobalSettings.ResourceFile = "XTPResourceArSa.dll" End Sub |
