Determines the localized name of a resource file.
public final static String getLocaleFileNameFromBase( Locale locale, String baseName )
locale
A Locale object that represents the locale to use.
baseName
The base name of the resource file. For example, the base name of the files "MyResource_enu.resources" and "MyResource_jpn.resources" is "MyResource".
Returns the localized file name, including the file extension. For example, "MyResource_enu.resources" and "MyResource_jpn.resources" represent localized file names given the base name "MyResource".