Exemplo n.º 1
0
 public KeyValuePair <string, string> LangByKey(string key)
 {
     return(Langs.First((x) => x.Key == key));
 }