IntlProvider
A subclass of React.Component.
A React component which provides an internationalization service. Expects a locale string as a property of the component.
props
Readonly<IntlProviderProps> intersected with Readonly<{ children?: ReactNode; }>
The props of the IntlProvider component.
Methods
getIntlService
Returns an internationalization service. The method is suitable for overriding when you implement custom internationalization behavior.