Initializing help system before first use

SetLocaleDir Method

Set the location of the translated messages. This function can be used to specify the location of the translated messages (native language support) if they are not stored in the usual place.

Namespace:   Mosel
Assembly:  xprmdn (in xprmdn.dll) Version: 4.8.0.0
Syntax
C#
public void SetLocaleDir(
	string dirName
)

Parameters

dirName
Type:  SystemString
path to the messages directory
See Also