getTranslation
Use the translation function outside of React components.
const { getTranslation }Β = createI18nApi(...);
const { t } = getTranslation("MyComponent");
t("greating", { "who": "Jhon" });Last updated
Was this helpful?
Use the translation function outside of React components.
const { getTranslation }Β = createI18nApi(...);
const { t } = getTranslation("MyComponent");
t("greating", { "who": "Jhon" });Last updated
Was this helpful?
Was this helpful?