Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Qlikview Langage in the load scripts log files.

Hi,

Is there any way to know (in a load script) in which langage qlikview has been installed.

I try to get information from the scripts logfiles and sometimes QV has been installed in english and sometimes in french.

the result is that the information in the logfiles are differents:

'Execution failed' vs 'Exécution échouée'

How can I get that information to do the proper extraction ?

Thanks for your help

Philippe

1 Solution

Accepted Solutions
Oleg_Troyansky
Partner Ambassador/MVP
Partner Ambassador/MVP

Philippe,

it's a very interesting question. Even though "interface Language" is one of the "User Preferences", I couldn't find any QlikView functions or even macro APIs that would allow retreiving it. The only place I found it is in the Registry, under:

HKEY_CURRENT_USER\Software\QlikTech\QlikView\Settings 7

So, you can read this registry setting using GetRegistryString() - seems to be the only possible option...

cheers,

Ask me about Qlik Sense Expert Class!

View solution in original post

2 Replies
Oleg_Troyansky
Partner Ambassador/MVP
Partner Ambassador/MVP

Philippe,

it's a very interesting question. Even though "interface Language" is one of the "User Preferences", I couldn't find any QlikView functions or even macro APIs that would allow retreiving it. The only place I found it is in the Registry, under:

HKEY_CURRENT_USER\Software\QlikTech\QlikView\Settings 7

So, you can read this registry setting using GetRegistryString() - seems to be the only possible option...

cheers,

Ask me about Qlik Sense Expert Class!
Not applicable
Author

Thanks Oleg.

I did it that way ....

Philippe