Interface ISearchableResourceProvider
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 ISearchableResourceProvider
Methods
FindResourceStrings(string, string)
Returns all resource strings containing searchString in the specified culture
Declaration
string[] FindResourceStrings(string searchString, string cultureName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | searchString | The string to search for, case insensitive |
| string | cultureName | The name of the culture in the form en-US, nb-NO |
Returns
| Type | Description |
|---|---|
| string[] | Array of resource names matching searchString |