About 950,000 results
Open links in new tab
  1. how do I change language in react-i18next - Stack Overflow

    Jan 19, 2021 · how do I change language in react-i18next Asked 4 years, 11 months ago Modified 2 years, 10 months ago Viewed 103k times

  2. reactjs - Next js 14 - How to use i18n - Stack Overflow

    Mar 3, 2024 · From my POV, using react-i18next will be the best choice for you. It allows to use of multiple translation files (such as home.json, navbar.json, and so on) by default, interpolation, …

  3. Newest 'react-i18next' Questions - Stack Overflow

    Apr 15, 2017 · When using react-i18next in my React-Native application everything is working when launching the app. Every tag is translated in the language that has been saved in the …

  4. reactjs - React-i18n Trans Component with translations that …

    Apr 17, 2020 · Explore solutions for handling HTML tags in translations using React-i18n's Trans component.

  5. reactjs - react-i18next:: You will need to pass in an i18next instance ...

    Jun 8, 2021 · react-i18next:: You will need to pass in an i18next instance by using initReactI18next Asked 4 years, 6 months ago Modified 1 year, 2 months ago Viewed 122k times

  6. reactjs - Can't use i18n with next.js - Stack Overflow

    Sep 19, 2024 · reactjs next.js internationalization i18next react-i18next asked Sep 19, 2024 at 13:18 StzEZ 67 7

  7. i18next bold text in the middle of a translation - Stack Overflow

    Jan 31, 2021 · Learn how to use i18next to add bold text in the middle of translations with examples and solutions from the Stack Overflow community.

  8. How can I pass parameters with i18next? - Stack Overflow

    Apr 21, 2022 · I want to translate my colors but I don't know how I do it. const Item = memo(({ color, index, lastIndex, translateName, style, activeColor, onPress }: IColorItem) => { return …

  9. reactjs - react-i18next:: You will need to pass in an i18next instance ...

    Aug 13, 2021 · react-i18next:: You will need to pass in an i18next instance by using initReactI18next I am a bit lost as I have set up react-i18next for unit testing in a custom …

  10. Difference between useTranslation and direct import from i18next

    Sep 20, 2024 · import { useTranslation } from 'react-i18next'; const { t } = useTranslation(); React Context: This hook is designed for React components. It ensures that the t function is bound to …