Show / Hide Table of Contents

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()

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top