Retrieves the value of the specified property for the current locale.
public Object getProperty( String name )
name
The name of the property.
Returns an Object that represents the property value.
If the resource set for the current 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.
See Also getObject, setProperty