예제 #1
0
 public string GetStringText(string key)
 {
     return(Locals.Find(s => s [0] == key)[(int)CurrentLocal]);
 }