6 lines
162 B
C#
6 lines
162 B
C#
namespace JSMR.Infrastructure.Common.SupportedLanguages;
|
|
|
|
public class SimplifiedChineseLanguage : ISupportedLanguage
|
|
{
|
|
public string Code => "CHI_HANS";
|
|
} |