IntelliJ IDEA
 
2024.3
Get IntelliJ IDEA

Resource bundles

Last modified: 11 October 2024

A resource bundle is a set of properties files with the same base name and a language-specific suffix. For example, if you create file_en.properties and file_de.properties, IntelliJ IDEA will recognize and combine them into a resource bundle.

IntelliJ IDEA marks resource bundles with the following icon: The resource bundle icon.

A new node Resource Bundle '<base_name>' appears in the Project tool window:

Resource bundle

By default, the bundle contains properties files for all specified locales. You can dissociate it to show only the properties files without the bundle.