09-26-2006 01:37 AM
09-26-2006 02:12 AM
CVI provides a set of tools to permit localizing our applications.
In the UIR editor a User Interface Localizer utility can be found in Tools menu: via this utility you can load a panel and create a language file to translate every label / text included in it.
This file can then be used to load panels with the proper language using LoadLocalizedPanel command (loaded as part of the instrument localui.fp located in toolslib\localui folder). The same can be done with menu bars.
To complete localizing your application you will need to localize all messages created at runtime with MessageBox or other popups, the same as dynamically created items in listboxes, trees and other controls.
09-26-2006 05:07 AM