Jump to content

LOCPATH: Difference between revisions

From EDM2
Created page with "The LOCPATH tells OS/2 were to find the language files. These files are needed for different languages. SET LOCPATH=<path1>,<path2>,... ;Example: SET LOCPATH=E:\IBMI18N\L..."
 
Ak120 (talk | contribs)
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
The LOCPATH tells OS/2 were to find the language files. These files are needed for different languages.
LOCPATH specifies the search path for the localized DLLs including binary locale files, converters, and message files.
  SET LOCPATH=<path1>,<path2>,...
  SET LOCPATH=<path1>,<path2>,...


Line 7: Line 6:


==Parameters==
==Parameters==
;Path: If you have several Paths you must delimit them with a semicolon.
;Path: Several paths have to be delimited with a semicolon.


[[Category:Environment variable]]
[[Category:Environment variable]]

Latest revision as of 08:21, 21 August 2021

LOCPATH specifies the search path for the localized DLLs including binary locale files, converters, and message files.

SET LOCPATH=<path1>,<path2>,...
Example
SET LOCPATH=E:\IBMI18N\LOCALE;E:\LANGUAGE\LOCALE

Parameters

Path
Several paths have to be delimited with a semicolon.