Did you find this page useful? Give us feedback.
Did you find the information
on this page useful?

Yes
Somewhat
No
  Tell us more about your choice:
Missing information
Incorrect information
Misleading information
I have a question
Other
  Enter your comment in the box below.
If you need assistance, please contact Support instead.

  Type the letters
simple PHP captcha
 

Java .properties files contain textual resources for Java applications, and are used for storing the text of many interactive web sites. The properties are listed in the

 
property_name=property_value

 
form. Localizable text occurs in the property values. Property values often contain HTML tags and entities since a lot of Java programs run on web servers, and produce interactive web pages.

Java properties are often used to represent other data than text, so, in many cases, not all of a .properties file needs to be translated.

See also:

Document import settings for Java properties files