Interface IResourceManager
Interface used in DI constructs to make Resource Manager accessible
Namespace: SuperOffice.Globalization
Assembly: SoCore.dll
Syntax
public interface IResourceManager
Methods
GetString(String, String)
Get the translated string for a resource
Declaration
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 | Name of culture, such as 'nb-no'; or leave empty to get the current culture as set by middleware |
Returns
Type | Description |
---|---|
String | Translated string, if known |
Extension Methods
EnumUtil.MapEnums<From, To>(From)