Click or drag to resize

IStringResources Methods

The IStringResources type exposes the following members.

Methods
  NameDescription
Public methodFromId
Returns translation for a resource id. i.e. 1070 -> 'Ja'
Public methodFromName
Returns translation for a resource name enclosed in square bracket. i.e. '[SR_YES]' -> 'Ja'
Public methodFromString
Replaces resource name enclosed in brackets with translation. String can contain additional text. i.e. 'Yes=[SR_YES]:' -> 'Yes=Ja:'
Top
See Also