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