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}>
<ConnectKitProvider
options={{
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.

LanguageValue
English
en-US
Español
es-ES
Français
fr-FR
日本語
ja-JP
Português
pt-BR
中文
zh-CN

API Reference

language
'en-US' | 'es-ES' | 'fr-FR' | 'ja-JP' | 'pt-BR' | 'zh-CN'