---
title: "What is the ResourceBundle class?"  
description: "What is the ResourceBundle class?"  
author: "Amit Singh"  
published: 2010-11-30  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/273/what-is-the-resourcebundle-class  
category: "java"  
tags: ["java"]  
reading_time: 1 minute  

---

# What is the ResourceBundle class?

The ResourceBundle class is used to store locale-specific resources that can be loaded by a program to tailor the program’s appearance to the particular locale in which it is being run.

## Answers

### Answer by Amit Singh

The ResourceBundle class is used to store locale-specific resources that can be loaded by a program to tailor the program’s appearance to the particular locale in which it is being run.


---

Original Source: https://www.mindstick.com/interview/273/what-is-the-resourcebundle-class

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
