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
SyntaxPublic Function Localized (
Text As String,
Optional Module As String = ""
) As String
Parameters
- Text
- Type: SystemString
- Module (Optional)
- Type: SystemString
Return Value
Type:
StringImplements
IMcApplication.Localized(String, String)IMcApplication2.Localized(String, String)
Remarks
See Also