Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
I can only guess that the Client is always using your Computer's registry, while the plugin is using the Server's registry ?
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.