Beispiel #1
0
 public static string GetText(string key, params object[] args)
 {
     return(Instance.GetString(key, ResourceType.Default, args));
 }