LangJpn constructor

const LangJpn()

Creates a instance of LangJpn (Japanese language).

ISO 639-2 code: "JPN", ISO 639-1 code: "JA".

Implementation

const LangJpn()
    : super(
        name: "Japanese",
        code: "JPN",
        codeShort: "JA",
        namesNative: const ["日本語 (にほんご)"],
        bibliographicCode: null,
        family: const Japonic(),
        isRightToLeft: false,
        scripts: const {ScriptJpan()},
      );