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