How to Implement internationalization #673
Unanswered
Paillat-dev
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to translate my pages. I use inlang's paraglide for translations. I was thinking about using
languageTag()
on the server, which should return me the language tag, then returning the correct content. But I'm unsure on how to do this in a way that would still allow me to prerender it. Can anyone give me some starting points ?Beta Was this translation helpful? Give feedback.
All reactions