public bool HasTranslation(string language)
 {
     return(LanguageLoader.GetTranslationFileIfExists(language) != null);
 }