Ejemplo n.º 1
0
 public string Get(string key)
 {
     try
     {
         return(TextsEngine.GetMessege(key));
     }
     catch (Exception)
     {
         throw;
     }
 }
Ejemplo n.º 2
0
 public string Get(string key, CultureInfo culture)
 {
     try
     {
         return(TextsEngine.GetMessege(key, culture));
     }
     catch (Exception)
     {
         throw;
     }
 }