Introduction - If you have any usage issues, please Google them yourself
Multi-language support Visual Basic module, you can make your VB program supports multiple languages, the user interface. To use: the language file as Language.lng ' call when needed ChangeLanguage (Language)' Example: modify the language: ' ChangeLanguage ( " Simplified Chinese" ) ' modify the language to Simplified Chinese' language files for all languages' GetLanguage As String ' returns an array containing all languages' Description: Language file format (see Language.lng)' [language] ' name of the control (that is, the control of the Name attribute) = new language ' Update: 2008-02-20' * version 0.1 completed, released! ' Release Date: 2008-02-20' of: Zero_yp ' QQ: 250298233' Mail: xichen9527 @ yahoo . com.cn