예제 #1
0
 public string Get(string key)
 {
     try
     {
         return(TextsEngine.GetMessege(key));
     }
     catch (Exception)
     {
         throw;
     }
 }
예제 #2
0
 public string Get(string key, CultureInfo culture)
 {
     try
     {
         return(TextsEngine.GetMessege(key, culture));
     }
     catch (Exception)
     {
         throw;
     }
 }