asp.net.ph

CultureInfo.Parent Property

System.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 Value

The CultureInfo that represents the parent culture of the current CultureInfo.

Remarks

A 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 Also

CultureInfo Members   CultureInfo   CurrentCulture   CurrentUICulture   InstalledUICulture   InvariantCulture Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 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 asp.net.ph