/// <summary> /// Initializes a new instance of the /// <see cref="T:SIL.FieldWorks.Common.Keyboarding.Linux.IcuLocale"/> class. /// </summary> public IcuLocale(string localeId) { Id = localeId; CountryCode = Icu.GetISO3Country(localeId); LanguageCode = Icu.GetISO3Language(localeId); LCID = Icu.GetLCID(localeId); }