CADability dotNET

Overload List

  NameDescription
Public methodStatic memberGetString(String)
--- Depricated --- use GetString(string, Category) instead. Returns the string with the given ID in 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.
Public methodStatic memberGetString(String, StringTable..::..Category)
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.

See Also