The Format of Properties Files
From Documentation
In this section, we discuss the content of a properties file, such as i3-label.properties.
A properties file is a simple text file. The file contains a list of key=value pairs, such as
# This is the default LabelsBundle.properties file
s1=computer
s2=disk
s3=monitor
s4=keyboard
The default encoding of a properties file is assumed to be UTF-8. If you want to use a different encoding, please refer to the Use Encoding Other Than UTF-8 section.
Specify a Value with Multiple Lines
Use EL Expressions
Use Encoding Other Than UTF-8
Version History
Version | Date | Content |
---|---|---|