#i18n and Components
4 messages · Page 1 of 1 (latest)
Hang on, just found https://docs.astro.build/en/recipes/i18n/#translate-ui-strings my bad
Yeah, you can use this approach, but you can also leverage the builtin browser language detection instead of determining it from the URL: https://docs.astro.build/en/guides/internationalization/#browser-language-detection
my site is 100% statically generated, so does this apply ?