25 public static string GetTextValue(
string key,
object arg0,
object arg1)
30 public static string GetTextValue(
string key,
object arg0,
object arg1,
object arg2)
35 public static string GetTextValue(
string key, params
object[] args)
45 public static bool Exists(
string key)
static LanguageManager Instance
static string GetTextValue(string key, params object[] args)
static LocalizedText[] FindAll(Regex regex)
static LocalizedText RandomFromCategory(string categoryName, UnifiedRandom random=null)
static LocalizedText SelectRandom(LanguageSearchFilter filter, UnifiedRandom random=null)
static GameCulture ActiveCulture
static string GetTextValue(string key, object arg0)
static LocalizedText[] FindAll(LanguageSearchFilter filter)
static string GetTextValue(string key, object arg0, object arg1)
static LocalizedText GetText(string key)
static int GetCategorySize(string key)
static bool Exists(string key)
static string GetTextValue(string key, object arg0, object arg1, object arg2)
static string GetTextValue(string key)
static string GetTextValueWith(string key, object obj)
delegate bool LanguageSearchFilter(string key, LocalizedText text)