IStringResourcesFromId Method |
Returns translation for a resource id. i.e. 1070 -> 'Ja'
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntaxstring FromId(
int resId
)
Function FromId (
resId As Integer
) As String
Dim instance As IStringResources
Dim resId As Integer
Dim returnValue As String
returnValue = instance.FromId(resId)
String^ FromId(
[InAttribute] int resId
)
Parameters
- resId
- Type: SystemInt32
Return Value
Type:
String
See Also