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