Interface ILanguageKeyResolver
Signature for component that can be registered with ResourceKeyHandler to handle resolve of qualified language path from a short format given some context, e.g. web context.
Namespace: EPiServer.Framework.Localization
Assembly: EPiServer.Framework.dll
Version: 12.0.3Syntax
public interface ILanguageKeyResolverMethods
Resolve(String)
Translates a key to a qualified language key from context
Declaration
string Resolve(string languageKey)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | languageKey | The language key to resolve | 
Returns
| Type | Description | 
|---|---|
| System.String | A resolved language key | 
