Interface ILanguageService
Interface ILanguageService
Namespace: ISynergy.Framework.Core.Abstractions.Services
Assembly: ISynergy.Framework.Core.dll
Syntax
public interface ILanguageService
Methods
View SourceAddResourceManager(Type)
Adds the resource manager.
Declaration
void AddResourceManager(Type resourceType)
Parameters
Type | Name | Description |
---|---|---|
Type | resourceType | The resource manager. |
GetString(String)
Gets the string.
Declaration
string GetString(string key)
Parameters
Type | Name | Description |
---|---|---|
System.String | key | The key. |
Returns
Type | Description |
---|---|
System.String | System.String. |