LangZho constructor

const LangZho()

Creates a instance of LangZho (Chinese language).

ISO 639-2 code: "ZHO", ISO 639-1 code: "ZH".

Implementation

const LangZho()
    : super(
        name: "Chinese",
        code: "ZHO",
        codeShort: "ZH",
        namesNative: const ["中文 (Zhōngwén)", "汉语", "漢語"],
        bibliographicCode: "CHI",
        family: const SinoTibetan(),
        isRightToLeft: false,
        scripts: const {
          ScriptHans(),
          ScriptHant(),
          ScriptBopo(),
          ScriptLatn(),
        },
      );