one of the largest directories of the web

Valid XHTML 1.0!

Home : Computers : Software : Globalization : Localization : Software and Tools : Visual Basic

Visual Basic

Localization Tools for Visual Basic

Sites in Visual Basic

VB Language Manager Pro
VBLM manages the localization process. You maintain a single unmodified copy of original source code, and build localized versions in an unlimited number of national languages. Works in three steps: Click Extract to search your code for strings and extract them into a new VBLM project file; click New Language and use the Language Table Editor to enter and/or manage translation. Finally, click Build and in seconds watch your application speak a new language.
The Visual Basic 6
If you need to localize your application, VB has a lot of limitations. It pretty much requires the localizer to own VB so they can translate, and resize, and then recompile your application. Our Win32Dialog tools provide a better way--an add-in the developer runs that creates Win32 dialog resources that look just like your VB forms, and a runtime class that resizes/translates your VB form to match those resources. To localize, you simply send the .RES file or a .DLL to your localizer, and they do the work using the same tools they would use for C++ or other applications.
ResMe Visual Basic Localization String Extractor
ResMe makes the first step of localization extremely simple because it automatically moves hard-coded user interface strings into a resource file. ResMe is a string extraction utility that removes only "the right strings" from your Visual BasicĀ® source code, replaces them with a LoadResString() reference, and places the extracted strings in a .RES resource file. Many days of tedious, error prone work can be reduced to a few minutes of automated processing! While ResMe performs about 98% of the work, it is still necessary for a programmer to inspect which strings should and shouldn't be moved to the Resource file.
AxTools
Specialized in delivering high quality development tools for Visual Basic programmers.

cross references

Computers : Software : Globalization : Programming Languages : Visual Basic Computers : Software : Globalization : Programming Languages : Visual Basic
Visual Basic  -  Directory Visual Basic  -  Directory Visual Basic  -  Directory Visual Basic  -  Directory