Click or drag to resize

IStringResources Interface

String Resource manager. Converts string ids into translated strings.

Namespace:  SuperOffice.COM.SuperOfficeDB
Assembly:  SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntax
public interface IStringResources

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