TemplateManager.GetLanguagePolicy Method

Definition

Gets the value of the LanguageFallback property of the current instance.

public System.Collections.Generic.IEnumerable<string> GetLanguagePolicy ();
member this.GetLanguagePolicy : unit -> seq<string>
Public Function GetLanguagePolicy () As IEnumerable(Of String)

Returns

IEnumerable<String>

A list of strings equal to the LanguageFallback property.

Applies to