Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

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.3
Syntax
public interface ILanguageKeyResolver

Methods

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

Extension Methods