DirectoryMessagesBundle Class | ![]() |
Namespace: Telogis.GeoBase.Internationalization
The DirectoryMessagesBundle type exposes the following members.
Name | Description | |
---|---|---|
![]() | DirectoryMessagesBundle(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.
|
![]() | DirectoryMessagesBundle(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.
|
Name | Description | |
---|---|---|
![]() | CultureDescription |
Gets the description for the culture of this message bundle.
(Inherited from MessagesBundle.) |
![]() | CultureID |
Gets the IetfLanguageTag for the culture of this message bundle.
(Inherited from MessagesBundle.) |
![]() | Directory |
The path to the directory containing the configuration for this bundle.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() ![]() | GetAvailableCultures |
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".
|
![]() ![]() | GetDefaultCulture |
Get the full name of the default culture.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetString |
Generate a phrase string from a Phrase tag within a Phrases node.
(Inherited from MessagesBundle.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | SupportsMessageType |
Whether the bundle supports messages of the given type.
(Inherited from MessagesBundle.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Related articles: Using Languages and Cultures, Accessing Messages.