Resource Bundles

Edit SFCC `.properties` resource bundles with locale-aware VS Code tooling

The VS Code extension registers SFCC Resource Bundle Editor for resource files under **/cartridge/templates/resources/*.properties. It helps edit localized key/value files without losing access to raw source.

Use It For

  • Open resource bundles in a structured editor.
  • Create missing locale files.
  • Edit existing keys across locales.
  • Open the raw .properties source when exact text editing is needed.
  • Keep storefront template resources easier to compare during localization work.

Entry Points

  • Open a matching .properties file and choose the custom editor.
  • Run Open Resource Bundle Editor from the Intellij SFCC context menu.
  • Use Open Source to return to raw file editing.

On this page