Powered by

A design system from Family

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>:

<ConnectKitProvider
options={{
language: "ja-JP",
}}
>
{/* Your App */}
</ConnectKitProvider>

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'