Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 441 Bytes

INTERNATIONALIZATION.MD

File metadata and controls

5 lines (3 loc) · 441 Bytes

Internationalization (i18n)

This app can be adapted to various languages and regions without engineering changes. Textual elements, such as status messages and the GUI component labels, are not hardcoded in the program. Instead they are stored outside the source code and retrieved dynamically.

Refer io.github.anantharajuc.sbat.core_backend.config.I18Nconfiguration. The text elements are stored in \src\main\resources\i18n folder.