fallbackCulture Attribute
Applies To: Windows Server 2008
The fallbackCulture attribute specifies the default language to use when the .adml file does not exist on the machine or ADMX central store for the required language.
Syntax
fallbackCulture="<placeholder for culture/language name>"
Remarks
US English, en-us, is the default fallbackCulture when the fallbackCulture attribute is not declared in the resources element. For a list of ISO-style language/culture names, see Locale Identifiers.
Examples
This XML fragment displays an example of a fallbackCulture of US English.
fallbackCulture="en-us"