LocalizationManager.Language Property

Simple Localization

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

Get or set language.

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

Expand  imageSyntax

Visual Basic (Declaration)
Public Shared Property Language() As String
C#
public static string Language {get; set;}
C++
public:  
static property String^ Language { 
String^ get( ); 
void set( 
String^ value 
); 
}
JScript
public static function get Language() : String
public static function set Language(value : String);

Property Value

Type: string

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