C-DEngine 5.105

ILocalizationHooks..::..GetLocalizedStringByKey Method

Returns a localized String from an engine resource by its key

Namespace:  nsCDEngine.BaseClasses
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


string GetLocalizedStringByKey(
	int lcid,
	string engine,
	string keyOrString,
	bool IsKey
)
Function GetLocalizedStringByKey ( _
	lcid As Integer, _
	engine As String, _
	keyOrString As String, _
	IsKey As Boolean _
) As String
String^ GetLocalizedStringByKey(
	int^ lcid, 
	String^ engine, 
	String^ keyOrString, 
	bool^ IsKey
)

Parameters

lcid
Type: Int32
Desired LCID of the string to be returned
engine
Type: String
Plugin/Engine name where to locate the key in
keyOrString
Type: String
Key of the resource to retreive
IsKey
Type: Boolean
If true, the key is an index

Return Value