public static string GetText(string name)
 {
     return(_languageData.GetIfExist(name));
 }