Click or drag to resize
LocalizableText Class
A class for storing text values for different locales.
Inheritance Hierarchy
SystemObject
  Object
    ScriptableObject
      Candlelight.UILocalizableText

Namespace: Candlelight.UI
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public class LocalizableText : ScriptableObject, 
	ITextSource

The LocalizableText type exposes the following members.

Properties
  NameDescription
Public propertyCurrentLocale
Gets or sets the current locale.
Public propertyDefaultText
Gets or sets the default text.
Public propertyOutputText
Gets the output text.
Public propertyStatic memberTenMostCommonLanguages
Gets locale strings for the ten most common languages for mobile apps according to http://todaysweb.net/top-mobile-apps-games-localization-languages-maximum-revenue/
Top
Methods
Events
  NameDescription
Public eventBecameDirty
Occurs whenever the text on this instance has changed.
Top
Extension Methods
  NameDescription
Public Extension MethodGetPrefabName
Gets the name of the prefab associated with the supplied instance.
(Defined by ObjectX.)
Public Extension MethodOpenReferencePage
Opens a reference web page generated for the specified object.
(Defined by ObjectX.)
Top
See Also