Determines whether the specified property is stored for a given locale.
public boolean containsProperty( String name )
public boolean containsProperty( 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 true if the property is contained by the resource manager; otherwise, returns false.