Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Add org.apache.commons.text.lookup.StringLookupFactory.resourceBundleStringLookup(String) to work on a single bundle.
/** * Returns a ResourceBundleStringLookup instance for the given bundle name. * <p> * Looks up the value for a given key in the format "BundleKey". * </p> * <p> * For example: "MyKey". * </p> * @param bundleName Only lookup in this bundle. * @return a ResourceBundleStringLookup instance for the given bundle name. * @since 1.5 */