New to KendoReact? Start a free 30-day trial
registerForIntl
A method which registers a component class or a functional stateless component for internationalization. When a component of that type is a direct or indirect child of IntlProvider, the locale of the provider is used. Otherwise, uses en as a default locale.
Parameters
component
ComponentClass<any>
The React component class that will use the internationalization methods.