Forum Discussion
PaoloT
11 years agoLithium Alumni (Retired)
I believe you may want to look up at the Java ChoiceFormat API to understand how you can include thees conditional expressions in a property file.
These articles may give you some more understanding:
- https://docs.oracle.com/javase/tutorial/i18n/format/choiceFormat.html
- http://docs.oracle.com/javase/7/docs/api/java/text/MessageFormat.html
Hope it helps!
- vishwajeet_hol11 years agoExpertThanks Paolo.