- All Known Implementing Classes:
DockResourceBundleLocalizationProvider
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Resolves localized message patterns for SnapFX translation keys.
Implementations should return null when a key is not available for
the requested locale so SnapFX can continue with its fallback chain.
-
Method Summary
-
Method Details
-
resolve
Resolves the message pattern for a localization key.- Parameters:
locale- requested locale, nevernullkey- translation key, nevernull- Returns:
- resolved message pattern, or
nullwhen this provider has no value
-