LangHye constructor

const LangHye()

Creates a instance of LangHye (Armenian language).

ISO 639-2 code: "HYE", ISO 639-1 code: "HY".

Implementation

const LangHye()
    : super(
        name: "Armenian",
        code: "HYE",
        codeShort: "HY",
        namesNative: const ["Հայերեն"],
        bibliographicCode: "ARM",
        family: const IndoEuropean(),
        isRightToLeft: false,
        scripts: const {ScriptArmn()},
      );