Namespace SuperOffice.Globalization
Classes
CultureSettingHelper
Context class that will remember the current culture settings, and reset them when it is disposed.
RC
Constants class for specifying resource names, without using plain text strings
ResourceDllProviderBase
Base class for standard .NET resource DLL based providers
ResourceProviderAttribute
Attribute used to mark implementations of IResourceProvider with a name (doesn't matter much as long as it's unique) and a priority (can be important!).
Interfaces
IResourceManager
Interface used in DI constructs to make Resource Manager accessible
IResourceProvider
Interface for resource provider classes When defined in the Client section of the config file, classes of this type will be loaded as providers for text resources
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
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
IUnfilteredResourceProvider
Interface for raw resource string providers classes Resource providers that need to return a dictionary of all resource strings should implement this.