LangBel constructor

const LangBel()

Creates a instance of LangBel (Belarusian language).

ISO 639-2 code: "BEL", ISO 639-1 code: "BE".

Implementation

const LangBel()
    : super(
        name: "Belarusian",
        code: "BEL",
        codeShort: "BE",
        namesNative: const ["беларуская мова"],
        bibliographicCode: null,
        family: const IndoEuropean(),
        isRightToLeft: false,
        scripts: const {ScriptCyrl()},
      );