namespace JSMR.Infrastructure.Common.Locales; public interface ILocale { string Abbreviation { get; } string Code { get; } }