iam converting vb list label to c++ as a part of that I have query :
in vb for language :
LL.Language = Fi_GetLanguage ?? function
what is the function which replicate LL.Language ?
iam converting vb list label to c++ as a part of that I have query :
in vb for language :
LL.Language = Fi_GetLanguage ?? function
what is the function which replicate LL.Language ?
If I recall correctly, the language constant is one of the parameters passed to LlJobOpen(). The components handle this automatically in the background.
G.