-
Notifications
You must be signed in to change notification settings - Fork 29
Internationalization
Dave Nicolette edited this page Jan 30, 2021
·
1 revision
Home -> Developer Guide ->
Cobol Check uses Java's internationalization support using the java.util.ResourceBundle class as described here: https://docs.oracle.com/javase/8/docs/api/java/util/ResourceBundle.html.
Property files containing message text are located in [project-root]/src/main/resources/com/neopragma/cobolcheck/messages.
The Messages class centrally handles Locale, resource access, and substitution of values into messages using String.format().