Skip to main content
Version: Next

Translator()

function Translator(props, deprecatedLegacyContext?): ReactNode

Loads translations asynchronously using dynamic import abd react-i18next will have translations eventually and update When language changes in context, the i18n instance will be updated and child components will update

Parameters

ParameterTypeDescription
propsobject-
props.childrenReactNode-
deprecatedLegacyContext?anyDeprecated See React Docs

Returns

ReactNode