Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

The LocalizedText type exposes the following members.

Constructors

  NameDescription
Public methodLocalizedText(String)
Initializes the object with a text and the default locale.
Public methodLocalizedText(LocalizedText)
Creates a deep copy of the value.
Public methodLocalizedText(TranslationInfo)
Creates text from a TranslationInfo object.
Public methodLocalizedText(String, String)
Initializes the object with a locale and text.
Public methodLocalizedText(String, String, String)
Initializes the locale with a key, locale and text.
Public methodLocalizedText(String, String, String, array<Object>[]()[][])
Formats the text with the arguments using the specified locale.

Methods

  NameDescription
Public methodClone
Makes a deep copy of the object.
Public methodEquals
Returns true if the objects are equal.
(Overrides Object..::..Equals(Object).)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns a suitable hash code for the object.
(Overrides Object..::..GetHashCode()()()().)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIsNullOrEmpty
Returns true if the text is a null or empty string.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberToLocalizedText
Converts a string to a localized text.
Public methodToString()()()()
Returns the string representation of the object.
(Overrides Object..::..ToString()()()().)
Public methodToString(String, IFormatProvider)
Returns the string representation of the object.

Operators

  NameDescription
Public operatorStatic memberEquality
Returns true if the objects are equal.
Public operatorStatic memberImplicitWideningImplicitImplicitImplicit(String to LocalizedText)
Converts a string to a localized text.
Public operatorStatic memberInequality
Returns true if the objects are not equal.

Properties

  NameDescription
Public propertyKey
A key that can be used to look to the localized text in different locales.
Public propertyLocale
The locale used to create the text.
Public propertyStatic memberNull
Returns an instance of a null LocalizedText.
Public propertyText
The localized text.
Public propertyTranslationInfo
The information required to translate the text into other locales.

See Also