import{_ as t,a,n as s,k as e}from"./index.c1b9962e.js";const o={pageData:{title:"Internationalization",description:"",frontmatter:{},headers:[{level:2,title:"ConfigProvider",slug:"configprovider",content:"ant-design-vue provides a Vue Component [ConfigProvider](/components/config-provider) for configuring ant-design-vue locale text globally."}],relativePath:"src/vueDocs/i18n.en-US.md",content:`# Internationalization The default language is English as of yet. If you want to use other languages, you can follow the instructions below. ## ConfigProvider ant-design-vue provides a Vue Component [ConfigProvider](/components/config-provider) for configuring ant-design-vue locale text globally. \`\`\`html <template> <a-config-provider :locale="locale"> <App /> </a-config-provider> </template> <script> import zhCN from 'ant-design-vue/es/locale/zh_CN'; export default { data() { return { locale: zhCN, }; }, }; </script> \`\`\` Note: \`fr_FR\` is the filename, follow below. Supported languages: | Language | Filename | | --------------------- | -------- | | Arabic | ar_EG | | Bulgarian | bg_BG | | Catalan | ca_ES | | Czech | cs_CZ | | German | de_DE | | Greek | el_GR | | English (Global) | en_GB | | English | en_US | | Spanish | es_ES | | Estonian | et_EE | | Persian | fa_IR | | Finnish | fi_FI | | French (Belgium) | fr_BE | | French (France) | fr_FR | | Italian | it_IT | | Icelandic | is_IS | | Japanese | ja_JP | | Korean | ko_KR | | Norwegian | nb_NO | | Dutch (Belgium) | nl_BE | | Dutch | nl_NL | | Polish | pl_PL | | Portuguese (Brazil) | pt_BR | | Portuguese | pt_PT | | Slovak | sk_SK | | Serbian | sr_RS | | Slovenian | sl_SI | | Swedish | sv_SE | | Thai | th_TH | | Turkish | tr_TR | | Russian | ru_RU | | Ukrainian | uk_UA | | Vietnamese | vi_VN | | Chinese (Simplified) | zh_CN | | Chinese (Traditional) | zh_TW | See usage at [ConfigProvider](/components/config-provider). `,html:`

Internationalization

The default language is English as of yet. If you want to use other languages, you can follow the instructions below.

ConfigProvider

ant-design-vue provides a Vue Component ConfigProvider for configuring ant-design-vue locale text globally.

<template>
  <a-config-provider :locale="locale">
    <App />
  </a-config-provider>
</template>

<script>
  import zhCN from 'ant-design-vue/es/locale/zh_CN';
  export default {
    data() {
      return {
        locale: zhCN,
      };
    },
  };
</script>

Note: fr_FR is the filename, follow below.

Supported languages:

Language Filename
Arabic ar_EG
Bulgarian bg_BG
Catalan ca_ES
Czech cs_CZ
German de_DE
Greek el_GR
English (Global) en_GB
English en_US
Spanish es_ES
Estonian et_EE
Persian fa_IR
Finnish fi_FI
French (Belgium) fr_BE
French (France) fr_FR
Italian it_IT
Icelandic is_IS
Japanese ja_JP
Korean ko_KR
Norwegian nb_NO
Dutch (Belgium) nl_BE
Dutch nl_NL
Polish pl_PL
Portuguese (Brazil) pt_BR
Portuguese pt_PT
Slovak sk_SK
Serbian sr_RS
Slovenian sl_SI
Swedish sv_SE
Thai th_TH
Turkish tr_TR
Russian ru_RU
Ukrainian uk_UA
Vietnamese vi_VN
Chinese (Simplified) zh_CN
Chinese (Traditional) zh_TW

See usage at ConfigProvider.

`,lastUpdated:1748059052829}},p={class:"markdown"};function d(r,n,l,i,c,u){return e(),a("article",p,n[0]||(n[0]=[s(`

Internationalization

The default language is English as of yet. If you want to use other languages, you can follow the instructions below.

ConfigProvider

ant-design-vue provides a Vue Component ConfigProvider for configuring ant-design-vue locale text globally.

<template>
  <a-config-provider :locale="locale">
    <App />
  </a-config-provider>
</template>

<script>
  import zhCN from 'ant-design-vue/es/locale/zh_CN';
  export default {
    data() {
      return {
        locale: zhCN,
      };
    },
  };
</script>

Note: fr_FR is the filename, follow below.

Supported languages:

LanguageFilename
Arabicar_EG
Bulgarianbg_BG
Catalanca_ES
Czechcs_CZ
Germande_DE
Greekel_GR
English (Global)en_GB
Englishen_US
Spanishes_ES
Estonianet_EE
Persianfa_IR
Finnishfi_FI
French (Belgium)fr_BE
French (France)fr_FR
Italianit_IT
Icelandicis_IS
Japaneseja_JP
Koreanko_KR
Norwegiannb_NO
Dutch (Belgium)nl_BE
Dutchnl_NL
Polishpl_PL
Portuguese (Brazil)pt_BR
Portuguesept_PT
Slovaksk_SK
Serbiansr_RS
Sloveniansl_SI
Swedishsv_SE
Thaith_TH
Turkishtr_TR
Russianru_RU
Ukrainianuk_UA
Vietnamesevi_VN
Chinese (Simplified)zh_CN
Chinese (Traditional)zh_TW

See usage at ConfigProvider.

`,9)]))}var k=t(o,[["render",d]]);export{k as default};