Skip to content

Mongolian (Mongolia, Cyrillic)

Mongolian (Mongolia, Cyrillic) is one of the many supported locales in Faker. It uses the language code mn_MN_cyrl and is available as fakerMN_MN_cyrl.

Language data

KeyValue
NameMongolian (Mongolia, Cyrillic)
Local NameМонгол (Монгол Улс, Кирилл)
Languagemn
ScriptCyrl
Directionltr

Usage

A few commonly localized methods are shown below. Click the refresh button to see more random examples. Not all methods are localized in all locales.

ts
import { fakerMN_MN_cyrl } from '@faker-js/faker';
// const { fakerMN_MN_cyrl } = require('@faker-js/faker'); // CJS

// Commonly localized methods:
fakerMN_MN_cyrl.person.fullName();
fakerMN_MN_cyrl.location.streetAddress();
fakerMN_MN_cyrl.location.city();
fakerMN_MN_cyrl.location.state();
fakerMN_MN_cyrl.location.zipCode();
fakerMN_MN_cyrl.phone.number();
fakerMN_MN_cyrl.commerce.productName();
fakerMN_MN_cyrl.internet.email();
fakerMN_MN_cyrl.internet.url();
fakerMN_MN_cyrl.date.month();
fakerMN_MN_cyrl.date.weekday();
fakerMN_MN_cyrl.word.noun();
fakerMN_MN_cyrl.word.verb();
fakerMN_MN_cyrl.company.name();

// Non-localized methods work as normal:
fakerMN_MN_cyrl.number.int();

Released under the MIT License.