This class allows you to access Language Dictionary methods.
| C# | Visual Basic | Visual C++ |
public class XmlLanguageDictionary : LanguageDictionary
Public Class XmlLanguageDictionary _ Inherits LanguageDictionary
public ref class XmlLanguageDictionary : public LanguageDictionary
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| XmlLanguageDictionary(String, ILogger) |
Initializes a new instance of the XmlLanguageDictionary class.
| |
| AutoLoadDictionary(String, CultureInfo, ILogger) |
Automatically loads the dictionary.
| |
| Culture()()() | (Inherited from LanguageDictionary.) | |
| CultureName |
Gets a culture name.
(Overrides LanguageDictionary.CultureName()()().) | |
| EnglishName |
Gets the english name.
(Overrides LanguageDictionary.EnglishName()()().) | |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Load()()() | (Inherited from LanguageDictionary.) | |
| LocalizableCultures |
Gets a localizable culture.
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| OnLoad()()() |
Loads a Language Dictionary.
(Overrides LanguageDictionary.OnLoad()()().) | |
| OnTranslate(String, String, Object, Type) |
Translates text.
(Overrides LanguageDictionary.OnTranslate(String, String, Object, Type).) | |
| OnUnload()()() |
Unloads a Language Dictionary.
(Overrides LanguageDictionary.OnUnload()()().) | |
| Path |
Gets a path.
| |
| ToString()()() | (Inherited from Object.) | |
| Translate``1(String, String) | (Inherited from LanguageDictionary.) | |
| Translate(String, String, Object, Type) | (Inherited from LanguageDictionary.) | |
| Unload()()() | (Inherited from LanguageDictionary.) |
| Object | ||
| LanguageDictionary | ||
| XmlLanguageDictionary | ||