Client side translations - where should I put LanguageDetector? #2193
UROjQ6r80p
started this conversation in
General
Replies: 1 comment 1 reply
-
The language detection is usually done by Next.js so you don't need it |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
On some pages I wan't to use client side only translations so according to: https://github.com/i18next/i18next-http-backend/tree/master/example/next I set up HttpBackend etc.
I want to add custom language detector on client side, here is my code:
If I add
LanguageDetector
beforeChainedBackend
it doesn't work.Beta Was this translation helpful? Give feedback.
All reactions