NLSPATH: Difference between revisions
Appearance
mNo edit summary |
|||
Line 1: | Line 1: | ||
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.