LocalizationProvider

A subclass of React.Component.

A React component which provides a localization service. Expects a language string as a property of the component.

NameTypeDefaultDescription

props

Readonly<LocalizationProviderProps>

The props of the LocalizationProvider component.

Methods

getLocalizationService

Returns a localization service. The method is suitable for overriding when you implement custom localization behavior.

Returns

LocalizationService

In this article

Not finding the help you need?