wManager.Wow.Helpers Namespace
WRobot

Translate..::..Get Method

Get the specified translated text by id.

Namespace:  robotManager
Assembly:  robotManager (in robotManager.dll)

Syntax


public static string Get(
	string id
)
Public Shared Function Get ( _
	id As String _
) As String
public:
static String^ Get(
	String^ id
)

Parameters

id
Type: String
The id.

Return Value

translated text.