Interface IRVLocalizationProvider

The interface that must be implemented and set to LocalizationProvider in order to localize the following data in dashboards: dashboard title, dashboard filter titles, visualization titles, visualization field labels and visualization summarization field labels. See 'Localization Service' in the developer guide for more information.

Namespace: Reveal.Sdk
Assembly: Reveal.UI.Sdk.dll
Syntax
public interface IRVLocalizationProvider

Methods

GetLocalizationService()

Returns the localization service that will be used to localize the dashboard data.

Declaration
IRVLocalizationService GetLocalizationService()
Returns
Type Description
IRVLocalizationService

Implementation of IRVLocalizationService interface