public static string Translate(string key) { if (current == null) { SetLanguage(Language.English); } return(current.GetValue(key)); }