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
SyntaxPublic Function LocalizeString (
ByRef Text As String,
Optional Module As String = ""
) As Boolean
Parameters
- Text
- Type: SystemString
- Module (Optional)
- Type: SystemString
Return Value
Type:
BooleanTrue, if the string could be localized.
Implements
IMcApplication2.LocalizeString(String, String)IMcApplication.LocalizeString(String, String)
Remarks
See Also