Localization kit – Pitney Bowes MapXtreme User Manual

Page 608

Advertising
background image

Appendix K: Localization Kit

Localization Kit

MapXtreme v7.1

615

Developer Guide

Localization Kit

MapXtreme provides a Visual Studio solution for developers who wish to translate error messages
and dialog/control text elements for use in their own MapXtreme-based applications.

This “localization kit” contains resource projects for all runtime components of MapXtreme. It is
organized as a Visual Studio solution to make it convenient to edit the resource strings and build the
assemblies while much of the behind-the-scenes resource management is taken care of. The
solution can be used in Visual Studio 2008, Visual C# 2008 Express Edition, and by the MSBuild
command line build utility.

Included in each project are the English resource strings for translating and a strong named key
(.snk) file. that will compile into an assembly that can be incorporated into your MapXtreme
application. By following the information in the table below, you can easily identify which project(s)
you need to translate for your application. You can also drill down inside each project to find only the
resource files or individual strings you need to translate.

The LocalizationKit.sln includes the following projects:

Project

Description

GeoDictionaryManager.resources

Provides the error strings and dialog text elements for the
GeoDictionaryManager.exe

MapInfo.CoreEngine.resources

*

Provides the strings related to the core components of
MapXtreme (mapping, data access, features, styles, themes,
spatial processing, etc.)

MapInfo.LinearReferencing.resources Provides the strings related to Z and M value support and

linear referencing operations

MapInfo.Ogc.resources

Provides the strings related to converting FeatureGeometries
to/from OGC well-known text and binaries.

MapInfo.Services.resources

Provides the strings for geocoding and routing services

MapInfo.Web.resources

Provides the strings related to web applications

MapInfo.WebControls.resources

Provides the strings related to web controls and tools

MapInfo.Wfs.Server.resources

Provides the strings related to WFS server error messages

MapInfo.Windows.Dialogs.resources

Provides the strings related to Windows dialog controls

MapInfo.Windows.resources

Provides the strings related to Windows controls

MapInfo.Wms.Client.resources

Provides the strings related to WMS error messages

WorkspaceManager.resources

Provides the error strings and dialog text elements for the
WorkspaceManager.exe

*

See the following table for resource information related to this namespace.

Advertising