Interface ITranslatedResourceProvider
Interface for searchable resource providers classes Resource providers that need to return a list of resources for a given search string should implement this
Namespace: SuperOffice.Globalization
Assembly: SuperOffice.Plugins.dll
Syntax
public interface ITranslatedResourceProvider
Methods
GetAllTranslatedResourceStrings(string)
Returns all resource strings that is translated in the specified culture
Declaration
string[] GetAllTranslatedResourceStrings(string cultureName)
Parameters
Type | Name | Description |
---|---|---|
string | cultureName | The name of the culture in the form en-US, nb-NO |
Returns
Type | Description |
---|---|
string[] | Array of resource names matching searchString |
Refresh()
Refresh internal caches
Declaration
void Refresh()