⟩ Do you know what is resource bundles in Java?
The place where an application stores its locale-specific data (isolated from source code).
When your program needs a locale-specific resource your program can load it from the resource bundle that is appropriate for the current user's locale.