London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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: 10.10.4
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