System requirement, How to use the localization kit – Pitney Bowes MapXtreme User Manual
Page 610

Appendix K: Localization Kit
How to Use the Localization Kit
MapXtreme v7.1
617
Developer Guide
System Requirement
Visual Studio 2008 or Visual Studio 2008 C# Express Edition.
How to Use the Localization Kit
The Localization Kit is provided as a Visual Studio 2008 solution containing resource strings that you
can translate into any language. The Visual Studio solution can be used in VS 2008, Visual C# 2008
Express Edition, and by the MSBuild command line build utility. This can be done simply by opening
the appropriate .resx file in Visual Studio’s Resource Editor and editing the name/value pairs. You
can translate as little as one line in a single .resx file or go all the way translating every line in every
.resx file for all the assemblies. It just depends on your application requirements.
The files to be translated are named with the language/locale identifier that follows Microsoft’s
conventions. For example, the English-U.S. exception strings for the LinearReferencing.resources
project are in a file called LinearReferencingExceptionStrings.en-US.resx. For more information on
language identifiers, see the
class in the Microsoft .NET
Framework library.
EllisMILicensingResources.en-US.resx
Error strings for copy protection/licensing
components
EllisMIRDBResources.en-US.resx
Error strings for database connections
EllisMIRDBSpatialResources.en-US.resx
Error strings for database connections
EllisMIWindowResources.en-US.resx
Strings for use in GUIs
EllisProgramResources.en-US.resx
Error strings for file operations
EllisRasterResources.en-US.resx
Error strings for WMS connections and raster/grid
images
EllisTextFileReaderResources.en-US.resx
Error strings for file operations
EllisThematicsResources.en-US.resx
Error strings for theme operations
EllisUtilityResources.en-US.resx
Error strings for file operations, and generic Error
strings
EllisXMLUtilResources.en-US.resx
Error strings for XML/GML operations
strings.en-US.resxGeneric Error
strings,
units,
coordinate system, datum,
and ellipsoid names, assorted GUI strings, WFS
strings, serialization and raster Errors.
Resource File
Product Area