Click or drag to resize

McApplicationLocalizeString Method

Uses the global dictionnary for the currently active Locale to localize the specified string in place.

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public Function LocalizeString ( 
	ByRef Text As String,
	Optional Module As String = ""
) As Boolean

Parameters

Text
Type: SystemString
Module (Optional)
Type: SystemString

Return Value

Type: Boolean
True, if the string could be localized.

Implements

IMcApplication2.LocalizeString(String, String)
IMcApplication.LocalizeString(String, String)
Remarks