public int getInt (Object key, Locale l)

If the value of key for the given Locale is an Integer return its integer value, otherwise return 0.

Parameters:
key    the desired key
l    the desired locale

Returns:  if the value for key and Locale is an Integer, return its value, otherwise return 0

Since:  1.4