Internationalization Localization Question:
Do you know what is resource bundles in Java?
Answer:
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.
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.
Previous Question | Next Question |
Explain Locale in Java? | What is the difference between Localization and internationalization? |