LocalizationHelperReplaceCustomUILocalizationStrings Method  | 
 
            Replaces the custom UI localization strings. The expected format is that it's surrounded by $%$.
            For example:
            Hello $%$GS_Localized_String$%$.
            
 
    Namespace: 
   Dundas.BI.Utility
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic static string ReplaceCustomUILocalizationStrings(
	string content,
	Guid moduleId
)
Public Shared Function ReplaceCustomUILocalizationStrings ( 
	content As String,
	moduleId As Guid
) As String
public:
static String^ ReplaceCustomUILocalizationStrings(
	String^ content, 
	Guid moduleId
)
static member ReplaceCustomUILocalizationStrings : 
        content : string * 
        moduleId : Guid -> string 
Parameters
- content
 - Type: SystemString
The content to replace the localization strings within. - moduleId
 - Type: SystemGuid
The ID of the module for localization string loading. 
Return Value
Type: 
String
            The replaced contents.
            
Exceptions
See Also