Noob : changing the landing URL

Hello,

Sorry for my basic question.

It’s possible to change the default landing page to a particular address ? In my case site.com/fr ?

I saw that unfortunately hugo cannot dynamicaly change the language depending the browser setting. Then my goal is to at least turn the site in the most used language.

Thanks, Cédric

Hi and welcome!

You can use defaultContentLanguageInSubdir: true in order to render the default language below its language code:

Changing languages dynamically is only possible with a ‘dynamic’ language. JavaScript can probably achieve this.

Your server can redirect according the browser settings. For example Netlify: Multilingual : Detect browser language - #7 by indaviande