CADability dotNET
Returns the string with the given ID and the given StringTable..::..Categoryin the ActiveLanguage. If the there is no appropriate entry in the ActiveLanguage then the default language is searched. If there is still no entry "missing string: "+Name is returned.

Namespace: CADability.UserInterface
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public static string GetString(
	string Name,
	StringTable..::..Category cat
)
Visual Basic
Public Shared Function GetString ( _
	Name As String, _
	cat As StringTable..::..Category _
) As String
Visual C++
public:
static String^ GetString(
	String^ Name, 
	StringTable..::..Category cat
)

Parameters

Name
Type: System..::..String
Name or ID of the string
cat
Type: CADability.UserInterface..::..StringTable..::..Category
the Category of the required string

Return Value

the value of the string entry

See Also