Parameter files
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
OpenEdge parameter (.pf) files,
which contain lists of startup parameters, are particularly useful
for deploying applications across multiple locales. You can supply
your users with a parameter file for each locale. OpenEdge itself
supplies such a set of parameter files. These reside in the OpenEdge/prolang directory
in subdirectories for each language. For example, the Russian parameter
file, russian.pf, resides in the OpenEdge/prolang/rus directory. Here
is the Russian parameter file:
|
The startup parameters you might localize appear in the following table.
| Startup parameter | Description | |
|---|---|---|
|
Case table | The name of the case table used by the OpenEdge database server and the OpenEdge client |
|
Collation table | The name of a collation table within the convmap.cp file, or the name of a collation in the International Components for Unicode (ICU) library, used by the OpenEdge database server and the OpenEdge client |
|
Internal code page | The name of the code page used internally by the OpenEdge database server and the OpenEdge client |
|
Stream code page | The name of code page OpenEdge uses for stream I/O |
|
Date format | The format in which OpenEdge displays dates in the application |
|
Language | The value that the CURRENT-LANGUAGE function returns. |
|
Fractional separator | The character that separates the integer portion and the fractional portion of a decimal number |
|
Thousands separator | The character that separates each group of three digits in the integer portion of a number |
You can also use parameter files with OpenEdge utilities, such
as PROSHUT and PROUTIL. For more information
on these utilities, see Manage the OpenEdge Database. For more information on startup parameters,
see Startup Command and Parameter Reference.