ILanguageDetectionController
is defined in the Telligent.Evolution.Extensibility.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
interface ILanguageDetectionController { HttpContextBase HttpContext { get; } IReadOnlyList<string> SupportedLanguages { get; } int? UserId { get; } bool IsLanguageSupported(string languageKey); }