LlLocAddDesignLCID

Syntax:

INT LlLocAddDesignLCID(HLLJOB hJob, LCID nLCID);

Task:

Adds a localization language to the project. For all added languages translations can be provided via LlLocAddDictionaryEntry().

Parameter:

hJob: List & Label job handle

nLCID: Windows locale ID. The locale ID passed with the first call will be considered as the base language. All translations that will be provided via LlLocAddDictionaryEntry() need to use this language for the dictionary keys. If nLCID is 0, all languages will be removed from the list of localization locale IDs.

Return Value:

Error code

See also:

LlLocAddDictionaryEntry