Example #1
0
 public static string getCurrentCultureString(string whichStr)
 {
     try
     {
         return(Observer.GetCurrentCultureString(whichStr));
     }
     catch
     {
         return(whichStr);
     }
 }