Click or drag to resize

YTranslator Class

A string translation engine.

Inherits from Dictionary<string, string>.

Inheritance Hierarchy
SystemObject
  Upsilon.Common.LibraryYTranslator

Namespace: Upsilon.Common.Library
Assembly: Upsilon.Common.Library (in Upsilon.Common.Library.dll) Version: 2.2.2+14985a67b419f90e14e6b1bde61d18cf6cf12b27
Syntax
C#
public sealed class YTranslator

The YTranslator type exposes the following members.

Constructors
 NameDescription
Public methodYTranslator Instanciate a new YTranslator.
Top
Properties
 NameDescription
Public propertyItem Get or Set the value of a given key in the dictionary.
Public propertyLanguageCode The language code
Public propertyLanguageName The language name
Public propertyTranslationTexts The translation texts.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStatic memberLoad Load a YTranslator from a file.
Public methodSave Save the current YTranslator to a file.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
 NameDescription
Public Extension MethodGetMD5HashCode Get the MD5 Hash code of an Objectobj as a string.
(Defined by YObjectExtentionMethods)
Public Extension MethodSerializeObject Serialize an ObjecttoSerialize.
(Defined by YSerializationCenter)
Top
See Also