Add multi-language support to your application and expand your global user base
/zh/pricing
and /en/pricing
)Language Code | Language Name |
---|---|
en | English |
zh | Chinese |
locales/
directory:
middleware.ts
file to add the new language code:
locales/en/
) and create a new language directory:
t('welcome', { name: 'John' })
t('items', { count: 5 })