Retrieves the value of the specified property.
public Object getObject( String name )
public Object getObject( Locale locale, String name )
name
The name of the property.
locale
A Locale object that represents the locale to check. If no value is specified for this parameter, the current locale is used.
Returns an Object that represents the property value.
If the resource set for the given locale does not contain the specified property, the parent chain is searched. If the property is contained within a parent resource set, then its value is returned; otherwise, null is returned.