GetWord Method

Languages.Events

Language

ILanguageManager..::..GetWord Method

Gets the [Word] by a key

Namespace:  Languages.Interfaces
Assembly:  Languages (in Languages.dll)

Syntax


string GetWord(
	string key
)
Function GetWord ( _
	key As String _
) As String
String^ GetWord(
	String^ key
)

Parameters

key
Type: String
The key for the [Word] that is searched

Return Value

The corresponding [Word]