Jump to content

NLSPATH: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
 
Line 1: Line 1:
This variable is used somewhere with the National language support for the network and internet applications coming with OS/2.
NLSPATH specifies the search path for locating the message catalog files. The environment variable is used by the Message Facility component of the National language support subsystem.
  SET NLSPATH=<path1>;<path2>;
  SET NLSPATH=<path1>;<path2>;
;Example:
;Example:
  SET NLSPATH=E:\MPTN\MSG\NLS\%N;e:\tcpip\msg\dede850\%N;
  SET NLSPATH=E:\MPTN\MSG\NLS\%N;e:\tcpip\msg\dede850\%N;

Latest revision as of 08:24, 21 August 2021

NLSPATH specifies the search path for locating the message catalog files. The environment variable is used by the Message Facility component of the National language support subsystem.

SET NLSPATH=<path1>;<path2>;
Example
SET NLSPATH=E:\MPTN\MSG\NLS\%N;e:\tcpip\msg\dede850\%N;

Parameters

Path
Full path of the NLS support directory.