TemplateManager.GetLanguagePolicy Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
A list of strings equal to the LanguageFallback property.