LocalizedText Class

Simple Localization

DropDown image DropDownHover image Collapse image Expand image CollapseAll image ExpandAll image Copy image CopyHover image

Localize text component.

Namespace: Assets.SimpleLocalization
Assembly: Assembly-CSharp (in Assembly-CSharp.dll)

Expand  imageSyntax

Visual Basic (Declaration)
<RequireComponent(typeof(Text))> _ 
Public Class LocalizedText 
Inherits MonoBehaviour
C#
[RequireComponent(typeof(Text))] 
public class LocalizedText : MonoBehaviour
C++
[RequireComponent(typeof(Text))] 
public ref class LocalizedText : public MonoBehaviour^
JScript
public  
RequireComponent(typeof(Text)) 
class LocalizedText 
extends MonoBehaviour

Expand image Inheritance Hierarchy

Expand image Version Information

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

Expand image See Also