Holds the localized text for use by user interface This is the class you want to use if you want to display localized text in your code and this is where you want to access it from: LocaleText

Namespace: GZTW.AyaNova.BLL
Assembly: GZTW.AyaNova.BLL (in GZTW.AyaNova.BLL.dll) Version: 7.0.0.0 (7.0.0.0)

Syntax

C#
[SerializableAttribute]
public class LocalizedTextTable : ReadOnlyBase
Visual Basic
<SerializableAttribute> _
Public Class LocalizedTextTable _
	Inherits ReadOnlyBase
Visual C++
[SerializableAttribute]
public ref class LocalizedTextTable : public ReadOnlyBase

Inheritance Hierarchy

System..::..Object
  ReadOnlyBase
    GZTW.AyaNova.BLL..::..LocalizedTextTable

See Also