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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Different effect by registry items

Hello,

who can help me?

Using

=



GetRegistryString('HKEY_CURRENT_USER\Control Panel\International', 'sLanguage')

in a textbox the result in the client is "DEU", the result in the plug-in is "ENU".

Using

GetRegistryString('HKEY_CURRENT_USER\Control Panel\International', 'LocaleName')



in a textbox the result in the client is "de-DE", the result in the plug-in is empty

The entry in the registry for these items on my PC is DEU/de-DE.

Where are the results by using the plug-in from?

Regards

2 Replies
Oleg_Troyansky
Partner Ambassador/MVP
Partner Ambassador/MVP

I can only guess that the Client is always using your Computer's registry, while the plugin is using the Server's registry ?

Not applicable
Author

That is not good.

We are using the information about the users language to control the interface language.

One application used in Germany and in the USA, the german user gets german field names, the american user gets english field names.

If both are using the same server, the file are open both in one language.

Are there any system information I can get from the local PC while opening the file by plug-in on server.