Click or drag to resize

Telogis.GeoBase.Internationalization Namespace

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

The Telogis.GeoBase.Internationalization namespace provides classes to access messages (directions, strings and announcements) for a single culture.

More information:

For more information about Internationalization, see here.

Classes
  ClassDescription
Public classDirectoryMessagesBundle
A messages bundle that provides access to internationalized messages (for example strings and announcements) for a single culture. The messages for the culture are obtained from an XML file in a directory, allowing other resources (for example announcement sound files) to be obtained from the same directory.
Public classMessagesBundle
Provides access to messages (for example strings and announcements) for a single culture. This class is abstract and has concrete subclasses that vary according to how the messages are configured, for example from an XML string or from an XML file in a directory on disk. By referencing instances of this abstract class rather than the concrete subclasses, the same code can access messages regardless of how they are configured.
Public classStringMessagesBundle
A messages bundle that provides access to internationalized messages (for example strings and announcements) for a single culture. The messages and associated resources for the culture are obtained from an XML string.
Structures
  StructureDescription
Public structurePhraseReference
A reference to another phrase provided at runtime.