Interface Translation
• 1 min read

Client-Side i18n #
SeoTax ships interface translations for menus, labels, dates, and accessibility text. The interface language can change without navigating away from the current page.
Hugo Multilingual Content #
Hugo's languages configuration controls translated pages and content directories.
Keep content translation and interface translation as separate concerns.
Add or Override a Translation #
Place an i18n file in your site when you need to override a theme-provided label.
Use the same message IDs as the files in the theme's i18n/ directory.