A helper class for localization utilities.
Inheritance HierarchySystemObject
Dundas.BI.UtilityLocalizationHelper
Namespace:
Dundas.BI.Utility
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (9.0.0.1000)
Syntaxpublic static class LocalizationHelper
Public NotInheritable Class LocalizationHelper
public ref class LocalizationHelper abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type LocalizationHelper = class end
The LocalizationHelper type exposes the following members.
Methods|
| Name | Description |
|---|
  | ReplaceCustomUILocalizationStrings |
Replaces the custom UI localization strings. The expected format is that it's surrounded by $%$.
For example:
Hello $%$GS_Localized_String$%$.
|
Top
See Also