Example #1
0
 public static string GetLanguageName()
 {
     return(LocaleController.GetLanguageNameOnly(HttpContext.Current.Session["LanguageCode"].ToString()));
 }