Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

.properties

...

is a filename extension, mainly of files used in the Java language and related technologies. Its purpose is to store the configuration parameters of an application.

It is recommended to use a dedicated editor for creating a property file. Here is a sample .properties file with metadata for exporting:

Code Block
titlemetadata.properties
pl.Title.0=Przyk\u0142adowa publikacja
pl.Creator.0=Jan Kowalski

 

Powyższy plik zaimportuje następujące wartości w języky polskim:

That file will import the following values in Polish:

  • Title: Przykladowa Tytuł: Przykładowa publikacja
  • Twórca: Jan Kowalski