public class ResourceBundles extends Object
Modifier and Type | Method and Description |
---|---|
static String |
localize(ResourceKey key,
Locale locale)
Returns a translated string corresponding to the key and the locale.
|
public static String localize(ResourceKey key, Locale locale)
key
- The key to localize.locale
- The locale for the resource bundle.Copyright © 2023. All rights reserved.