namespace JSMR.Infrastructure.Common.SupportedLanguages; public class AlingualLanguage : ISupportedLanguage { public string Code => "NM"; }