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

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 87.1.0.0 (87.1.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