namespace Atomx.Common.Enums { public enum LocalizedType { None, Country, StateProvince, AreaCity } }