import{o as d,a,y as e}from"./vue-libs.b44bc779.js";const s={class:"van-doc-markdown-body"},n=e(`
Vant uses Chinese as the default language. If you want to use other languages, please follow the instructions below.
Vant supports multiple languages with the Locale component, and the Locale.use
method allows you to switch to different languages.
import { Locale } from 'vant';
import enUS from 'vant/es/locale/lang/en-US';
Locale.use('en-US', enUS);
Use Locale.add
method to modify the default configs.
import { Locale } from 'vant';
const messages = {
'en-US': {
vanPicker: {
confirm: 'Close',
},
},
};
Locale.add(messages);
Current supported languages:
Language | Filename | Version |
---|---|---|
Bulgarian | bg-BG | v3.5.0 |
Bangla (Bangladesh) | bn-BD | v3.4.5 |
Danish | da-DK | v3.4.8 |
German | de-DE | - |
German (formal) | de-DE-formal | - |
Greek | el-GR | v3.5.0 |
English | en-US | - |
Spanish (Spain) | es-ES | - |
Farsi | fa-IR | v3.5.0 |
French | fr-FR | - |
Hebrew | he-IL | v3.5.0 |
Hindi | hi-IN | v3.4.3 |
Indonesian | id-ID | v3.4.5 |
Icelandic | is-IS | v3.4.7 |
Italian | it-IT | v3.4.5 |
Japanese | ja-JP | - |
Korean | ko-KR | v3.4.3 |
Lao | la-LA | v3.4.7 |
Norwegian | nb-NO | - |
Portuguese (Brazil) | pt-BR | v3.3.3 |
Romanian | ro-RO | - |
Russian | ru-RU | v3.1.5 |
Swedish | sv-SE | v3.4.7 |
Turkish | tr-TR | - |
Thai | th-TH | - |
Ukrainian | uk-UA | v3.4.5 |
Vietnamese | vi-VN | v3.4.5 |
Chinese | zh-CN | - |
Traditional Chinese (HK) | zh-HK | - |
Traditional Chinese (TW) | zh-TW | - |
View all language configs Here.
If you can\u2019t find the language you need, please send us a Pull Request to add the new language pack, you can refer to Add German language pack PR.