Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/i18next/react-i18next
/ changeLanguage
Function
changeLanguage
example/devserver-save-missing/src/App.jsx:28–30 ·
view source on GitHub ↗
(lng)
Source
from the content-addressed store, hash-verified
26
const { t, i18n } = useTranslation();
27
28
const changeLanguage = (lng) => {
29
i18n.changeLanguage(lng);
30
};
31
32
return (
33
<div className=
"App"
>
Callers
1
Page
Function · 0.70
Calls
1
changeLanguage
Method · 0.45
Tested by
no test coverage detected