Next.js Discord

Discord Forum

Is there a way to change the HTML lang attribute without using i18n, something like metadata const?

Unanswered
useless posted this in #help-forum
Open in Discord
I don't want to use i18n since it is inconvenient and I want to set the HTML lang in a simple way like the const metadata is there anything like this or is it hard to create? any options that require no middleware configuration too?

4 Replies

you can't set it in your root layout?
I can but this makes the whole site in the same language and I want to modify the HTML lang from different pages
so different pages have different languages
Masai Lion
I have the same issue. I don't want to learn anything else, I just want to manually translate my current 3 pages website