Click or drag to resize

DirectoryMessagesBundle Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
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.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBase.InternationalizationMessagesBundle
    Telogis.GeoBase.InternationalizationDirectoryMessagesBundle

Namespace:  Telogis.GeoBase.Internationalization
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public class DirectoryMessagesBundle : MessagesBundle

The DirectoryMessagesBundle type exposes the following members.

Constructors
  NameDescription
Public methodDirectoryMessagesBundle(String, String, CultureInfo, Boolean)
Provides access to messages that are appropriate for the supplied culture. Bundles for different cultures are specified in separate directories beneath the supplied root path.
Public methodDirectoryMessagesBundle(String, String, String, Boolean)
Provides access to messages that are appropriate for the supplied culture. Bundles for different cultures are specified in separate directories beneath the supplied root path.
Top
Properties
  NameDescription
Public propertyCultureDescription
Gets the description for the culture of this message bundle.
(Inherited from MessagesBundle.)
Public propertyCultureID
Gets the IetfLanguageTag for the culture of this message bundle.
(Inherited from MessagesBundle.)
Public propertyDirectory
The path to the directory containing the configuration for this bundle.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodStatic memberGetAvailableCultures
Get a Dictionary containing details of the available cultures. The keys in the Dictionary are the formal names of the cultures, for example "en-US". The values in the dictionary are their descriptions, for example "US English".
Public methodStatic memberGetDefaultCulture
Get the full name of the default culture.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetString
Generate a phrase string from a Phrase tag within a Phrases node.
(Inherited from MessagesBundle.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSupportsMessageType
Whether the bundle supports messages of the given type.
(Inherited from MessagesBundle.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
See Also