We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'd like to specify the page language (SSR or not) but it looks like <html lang...> can only be hardcoded in index.html.
I had a look at https://github.com/solidjs/solid-site/ and I don't see support for that feature either.
Support would be greatly appreciated but perhaps it should reside in another package, I'm not sure...
The text was updated successfully, but these errors were encountered:
We definitely need support for a way to change the lang of the html reactively
Sorry, something went wrong.
You can do this, but it's not the most ergonomic. https://github.com/solidjs/solid-site/pull/292/files
No that's not exactly what i need, because it doesn't support ssr. On page load the current lang will be fixed to a specific value
No branches or pull requests
I'd like to specify the page language (SSR or not) but it looks like <html lang...> can only be hardcoded in index.html.
I had a look at https://github.com/solidjs/solid-site/ and I don't see support for that feature either.
Support would be greatly appreciated but perhaps it should reside in another package, I'm not sure...
The text was updated successfully, but these errors were encountered: