private string GetLocale()
 {
     return(CultureInfoHelper.GetCurrentCulture().Name);
 }