Skip to content

Romanian

Romanian is one of the many supported locales in Faker. It uses the language code ro and is available as fakerRO.

Language data

KeyValue
NameRomanian
Local NameRomână
Languagero
ScriptLatn
Directionltr

Usage

A few commonly localized methods are shown below. Reload this page to see more random examples. Not all methods are localized in all locales.

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

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

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

Released under the MIT License.