React
How to use Magic Translate in React applications
Getting Started
Install the react client for Magic Translate in your application.
Now it's time to wrap your application in a <MagicTranslateProvider>
Now you can use the translate component <T>
anywhere in your application
And that's basically it! You can now translate your application effortlessly into over 70 languages 🤯
Changing Languages
To change the current language, all you have to do is change the language
prop of the MagicTranslateProvider
. All your content will automatically be translated into the desired language.
Alternatively, you can use the useSwitchLanguage()
hook:
Example project
Last updated