Click or drag to resize

McApplicationLocalized Method

Returns the localized equivalent of the specified string, or the string itself if the translation does not exist.

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

Parameters

Text
Type: SystemString
Module (Optional)
Type: SystemString

Return Value

Type: String

Implements

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