Multi Language Software
Softwarebuero Jollans
This is Tikiwiki v2.2 -Arcturus- © 2002–2008 by the Tiki community
Wed 08 of Sept., 2010 21:28 CEST
Multi-Language Add-In for Visual StudioSee also General DescriptionThe Multi-Language Add-In provides extended support for creating localized applications using Microsoft Visual Studio .NET. The supported application types are
The basic steps involved in localizing an application are: Identifying the strings to be translatedThe Add-In scans your project, looking for strings defined in
In both cases, you can
Note Most programs contain a lot of text strings which do not require translation. In many cases, translating a string will actually cause a program error. Selecting the texts which require translation is a job which can only be performed by the programmer. The Multi-Language Add-In makes it easy to start this job late in project development. Specifying the languages to be supportedThe Add-In shows you a list of all languages supported by Windows. Simply select a language from the list to add it to the project.For each language, an additional column is added to the grids, showing the strings for this language. Entering translationsThere are two basic ways to enter translations. The one you choose probably depends on who is going to do the translation work.
Storing translations and adding runtime supportAfter entering translations using the Add-In, the texts are exported to resource files in the .ResX format, used by Visual Studio. The standard localization support in the .NET runtime environment will load the localized texts for the default system language.Using the Add-In you can add additional support for
For unmanaged C++ projects, the Add-In exports translations to the resource script (.rc) file in three steps:
See alsoMajor FeaturesQuick Tour (Windows Forms) Quick Tour (ASP.NET 2.0) Quick Tour (Unmanaged C++/MFC) What's New Download ![]()
|
