YTranslator Class |
A string translation engine.
Inherits from Dictionary<string, string>.
public sealed class YTranslator
The YTranslator type exposes the following members.
Name | Description | |
---|---|---|
YTranslator | Instanciate a new YTranslator. |
Name | Description | |
---|---|---|
Item | Get or Set the value of a given key in the dictionary. | |
LanguageCode | The language code | |
LanguageName | The language name | |
TranslationTexts | The translation texts. |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
Load | Load a YTranslator from a file. | |
Save | Save the current YTranslator to a file. | |
ToString | Returns a string that represents the current object. (Inherited from Object) |
Name | Description | |
---|---|---|
GetMD5HashCode |
Get the MD5 Hash code of an Objectobj as a string.
(Defined by YObjectExtentionMethods) | |
SerializeObject |
Serialize an ObjecttoSerialize.
(Defined by YSerializationCenter) |