LanguagePolicy Class
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.
Language policy with fallback for each language as most specific to default en-us -> en -> default.
public class LanguagePolicy : System.Collections.Generic.Dictionary<string,string[]>
type LanguagePolicy = class
inherit Dictionary<string, string[]>
Public Class LanguagePolicy
Inherits Dictionary(Of String, String())
- Inheritance
-
LanguagePolicy
Constructors
LanguagePolicy() |
Initializes a new instance of the LanguagePolicy class. |
LanguagePolicy(String[]) |
Initializes a new instance of the LanguagePolicy class. |