English (Australia Ocker)
English (Australia Ocker) is one of the many supported locales in Faker. It uses the language code en_AU_ocker and is available as fakerEN_AU_ocker.
Language data
| Key | Value |
|---|---|
| Name | English (Australia Ocker) |
| Local Name | English (Australia) |
| Language | en |
| Script | Latn |
| Direction | ltr |
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 { fakerEN_AU_ocker } from '@faker-js/faker';
// const { fakerEN_AU_ocker } = require('@faker-js/faker'); // CJS
// Commonly localized methods:
fakerEN_AU_ocker.person.fullName();
fakerEN_AU_ocker.location.streetAddress();
fakerEN_AU_ocker.location.city();
fakerEN_AU_ocker.location.state();
fakerEN_AU_ocker.location.zipCode();
fakerEN_AU_ocker.phone.number();
fakerEN_AU_ocker.commerce.productName();
fakerEN_AU_ocker.internet.email();
fakerEN_AU_ocker.internet.url();
fakerEN_AU_ocker.date.month();
fakerEN_AU_ocker.date.weekday();
fakerEN_AU_ocker.word.noun();
fakerEN_AU_ocker.word.verb();
fakerEN_AU_ocker.company.name();
// Non-localized methods work as normal:
fakerEN_AU_ocker.number.int();