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