Click or drag to resize

MultilanguageString Properties

The MultilanguageString type exposes the following members.

Properties
  NameDescription
Public propertyAnyString
Gets any language string, that has a value. The method checks the current string first, but if it is empty, returns any string.
Public propertyContents
Gets a string representation of all language strings in the form <key>='<value>' for each language pair.
Public propertyStatic memberCurrentLanguage
Gets the two letter code of the current thread language.
Public propertyCurrentString
Gets the string for the language of the current UI culture.
Public propertyItem
Gets the language String with the specified language key.
Public propertyLanguagePairs
Gets all the language keys and values, comprising the MultilanguageString.
Top
See Also