CADability dotNET
StringTable is a class that returns language dependant strings from (hardcoded) string IDs. All language dependant user interface texts are processed here. CADability contains an xml file as a primary string resource, containing all user interface texts in german and enlish language. You can Add more strings and more languages by calling AddStrings(Stream), or by simply providing an xml file named "CADability.StringTable.xxx.xml" (where xxx stands for any language or application specific abbreviation) in the directory where CADability.dll is located.

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

Syntax

C#
public class StringTable
Visual Basic
Public Class StringTable
Visual C++
public ref class StringTable

Inheritance Hierarchy

System..::..Object
  CADability.UserInterface..::..StringTable

See Also