LangDzo constructor

const LangDzo()

Creates a instance of LangDzo (Dzongkha language).

ISO 639-2 code: "DZO", ISO 639-1 code: "DZ".

Implementation

const LangDzo()
    : super(
        name: "Dzongkha",
        code: "DZO",
        codeShort: "DZ",
        namesNative: const ["རྫོང་ཁ"],
        bibliographicCode: null,
        family: const SinoTibetan(),
        isRightToLeft: false,
        scripts: const {ScriptTibt()},
      );