LangOri constructor

const LangOri()

Creates a instance of LangOri (Oriya language).

ISO 639-2 code: "ORI", ISO 639-1 code: "OR".

Implementation

const LangOri()
    : super(
        name: "Oriya",
        code: "ORI",
        codeShort: "OR",
        namesNative: const ["ଓଡ଼ିଆ"],
        bibliographicCode: null,
        family: const IndoEuropean(),
        isRightToLeft: false,
        scripts: const {ScriptOrya()},
      );