Open this page in the API Guide

LocalizationHelper Class

A helper class for localization utilities.
Inheritance Hierarchy
System.Object
  Dundas.BI.Utility.LocalizationHelper

Namespace:  Dundas.BI.Utility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public static class LocalizationHelper

The LocalizationHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberReplaceCustomUILocalizationStrings
Replaces the custom UI localization strings. The expected format is that it's surrounded by $%$. For example: Hello $%$GS_Localized_String$%$.
Top
See Also