You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add src/main/resources/messages.properties and potentially src/main/resources/messages_en_US.properties containing the String constants from Messages.java
Use Locale and ResourceBundle in Tailor.java or helper class, to instantiate static ResourceBundle messages and provide convenience functions wrapping messages.getString()
The text was updated successfully, but these errors were encountered:
alykhank
changed the title
Use properties file (resource bundle) for Messages, i18n
Use properties file (resource bundle) for Messages, supporting I18N
Jul 6, 2015
https://docs.oracle.com/javase/tutorial/i18n/
https://www.jetbrains.com/idea/help/internationalization-and-localization-support.html
src/main/resources/messages.properties
and potentiallysrc/main/resources/messages_en_US.properties
containing the String constants fromMessages.java
Locale
andResourceBundle
inTailor.java
or helper class, to instantiate staticResourceBundle messages
and provide convenience functions wrappingmessages.getString()
The text was updated successfully, but these errors were encountered: