Table of Contents

Class LanguageManager

A runtime language manager

public class LanguageManager : UdonSharpEventSender
Inheritance
LanguageManager
Inherited Members
Extension Methods

Properties

LanguageKey

The current language key.

public string LanguageKey { get; set; }

Property Value

string

LanguageKeys

The language keys.

public string[] LanguageKeys { get; }

Property Value

string[]

LanguageNames

The language names.

public string[] LanguageNames { get; }

Property Value

string[]

Methods

GetLocale(string)

Get the locale string.

public string GetLocale(string key)

Parameters

key string

The key of the locale.

Returns

string

The locale string.

OnLanguageChanged(string)

public override void OnLanguageChanged(string language)

Parameters

language string