I was looking in vain for a feature and hope you can help me with it.
I’m coming from WordPress and there, I have WordPress Multilanguage installed with the language name added as a parameter in the URL, like mysite.com/?lang=de instead of mysite.com/de/.
Is it possible to have this feature in Hugo?
If I were to transition fully to Hugo, I’d like that to be the same or at least find a way to redirect properly (which I also don’t know how to do).
Redirecting will be the way to go, and it depends upon where you are hosting; more precisely, the webserver itself will dictate the method. E.g. if Apache, you could redirect using an .htaccess.
That’s a bummer though, I’d hope they’d be a way. Shall I add it as a feature request or is there another reason other than low priority why it’s not implemented yet?
I am not one of the devs, but that method is CMS-ish in that you’re telling the server “do something in reaction to this URL”, whereas, Hugo is static.