Hello,
I've a very simple thinapp which calls the native Internet Explorer (Windows 7, thus IE10) with an URL. Very simple and basic.
Now, we have Windows 7 with a language pack (dutch) installed. When I start IE natively the website displays in dutch as expected. But, when I start IE through the thinapp the webpage is displayed in english (yet IE itself is still localized).
Weirdness, and I can't put my finger on the cause. I've messed with localization registry keys in several virtualization modes, I've the LocaleIdentifier parameter in package.ini set to the right language, etc. Nothing helps, for some reason the website insists on using english when opened in a virtualized instance of IE.
Weirder still, on Windows XP with IE8 everything works great! The difference being is that XP doesn't have a language pack installed, it's a dutch version out of the box.
I'm out of ideas on where to look or how to find out what to change in my thinapp. Hopefully any of all y'all has a suggestion?
The Thinapp is not a captured application, it's built from scratch (yes, we do that too). Thinapp version: 4.7.3. Building on Windows XP or on Windows 7 doesn't make any difference.