Problem with international Stringtable
Following problem:
In my application I added a Resourcefile with 2 Stringtables supporting ENGLISCH(USA) and DEUTSCHLAND(DEUTSCHLAND). When I run the app in the VB workspace it works properly, but the compiled EXE-Version only shows german strings regardless of the country settings.
But same application on Win NT 4.0 runs properly!!!!!
Developers of the world - please help me!
Thanks
Ralf
[email protected]
Re: Problem with international Stringtable
What are you using to determine the target platform's language ?
Re: Problem with international Stringtable
I do nothing to determine the target platform's language explicitly. I thought the application determines the language automatically and choose then the right stringtable? - and normally it works.
Ralf