Class RmDiWrapper
Dispatcher for accessing the Resource Manager via DI
Implements
Inherited Members
Namespace: SuperOffice.Globalization
Assembly: SoCore.dll
Syntax
public class RmDiWrapper : IResourceManager
Constructors
RmDiWrapper()
Dispatcher for accessing the Resource Manager via DI
Declaration
public RmDiWrapper()
Methods
GetString(string, string)
Get the translated string for a resource
Declaration
public string GetString(string resourceName, string cultureName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | resourceName | Name of resource; see the RC class for generated symbol constants |
| string | cultureName |
Returns
| Type | Description |
|---|---|
| string | Translated string, if known |