CogLocalizer GetString Method (String)Cognex VisionPro 9.5
Gets the best-match localization of the string specified by strKey.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 69.0.0.0 (69.0.0.0)
Syntax

public string GetString(
	string strkey
)

Parameters

strkey
Type: System String
Key to look up the string to localize.

Return Value

Type: String
Resource string localized for current culture.
See Also