public static bool LanguageExistsInCurrentConfiguration(string language, bool developmentMode) => LocalizedTextManager.GetLanguageIds(developmentMode).Any <string>((Func <string, bool>)(l => l == language));