Translations
You can easily customize the language used in ConnectKit to better suit your audience.
Example
Choose your preferred language by changing the language option within the <ConnectKitProvider>:
_app.tsx
const App = () => {return (<WagmiConfig config={config}><ConnectKitProvideroptions={{language: "ja-JP",}}>{/* Your App */}</ConnectKitProvider></WagmiConfig>);};
That's it—ConnectKit will now be using your preferred language.
Here it is in action:
Supported Languages
We’re always working to support additional languages in ConnectKit. If you’d like us to support an additional language, let us know by raising a discussion on GitHub.
Language | Value |
---|---|
en-US | |
es-ES | |
fr-FR | |
ja-JP | |
pt-BR | |
zh-CN |