SOStringResources Methods |
The SOStringResources type exposes the following members.
Name | Description | |
---|---|---|
![]() | FromId | Returns translation for a resource id. i.e. 1070 -> 'Ja' (Inherited from IStringResources.) |
![]() | FromName | Returns translation for a resource name enclosed in square bracket. i.e. '[SR_YES]' -> 'Ja' (Inherited from IStringResources.) |
![]() | FromString | Replaces resource name enclosed in brackets with translation. String can contain additional text. i.e. 'Yes=[SR_YES]:' -> 'Yes=Ja:' (Inherited from IStringResources.) |