Telogis.GeoBase.Internationalization Namespace |
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.
Class | Description | |
---|---|---|
DirectoryMessagesBundle |
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.
| |
MessagesBundle |
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.
| |
StringMessagesBundle |
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.
|
Structure | Description | |
---|---|---|
PhraseReference |
A reference to another phrase provided at runtime.
|