| |||||
CultureInfo.Parent PropertySystem.Globalization Namespace CultureInfo Class Gets the CultureInfo that represents the parent culture of the current CultureInfo. [ VB ] Overridable Public ReadOnly Property Parent As CultureInfo [ C# ] public virtual CultureInfo Parent {get;} [ C++ ] public: __property virtual CultureInfo* get_Parent ( ); [ JScript ] function get Parent ( ) : CultureInfo; Property ValueThe CultureInfo that represents the parent culture of the current CultureInfo. RemarksA parent culture is a higher-level culture that encompasses only the set of information that is common among its children. For example, the parent culture of "en-US" is "en"; the parent culture of "en" is the invariant culture. The cultures have a hierarchy, such that the parent of a specific culture is a neutral culture and the parent of a neutral culture is the invariant culture. If the resources for the specific culture are not available in the system, the resources for the neutral culture are used; if the resources for the neutral culture are not available, the resources embedded in the main assembly are used. See AlsoCultureInfo Members CultureInfo CurrentCulture CurrentUICulture InstalledUICulture InvariantCulture |
| ||||
Check out related books at Amazon
© 2000-2008 Rey Nuñez All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note
You can help support aspxtreme