<primary><envar>PGLOCALEDIR</envar></primary>
</indexterm>
<envar>PGLOCALEDIR</envar> sets the directory containing the
- <literal>locale</> files for message internationalization.
+ <literal>locale</> files for message localization.
</para>
</listitem>
</itemizedlist>
static void __attribute__((format(PG_PRINTF_ATTRIBUTE, 3, 0)))
vmmerror(int error_code, enum errortype type, const char *error, va_list ap)
{
- /* internationalize the error message string */
+ /* localize the error message string */
error = _(error);
fprintf(stderr, "%s:%d: ", input_filename, yylineno);