dict.cc dictionary

Dict.res Method 

Returns a resource string for the given name.

[Visual Basic]
Public Shared Function res( _
   ByVal aRes As String _
) As String
[C#]
public static string res(
   string aRes
);

Parameters

aRes
The resource string

Return Value

The value of the resource for aRes or aRes itself, if the value can't be estimated for some reason.

Remarks

Used for translating entries into local cultures.

See Also

Dict Class | dict Namespace