Hi,

I have made a simple WindowsForms app with a single button and set the Localizable property of the form to true and the Language to Danish. Changed the buttons text to some danish text and ran the application which showed the danish text as exspected.

Next i copied the application including the folder with the language resourcefile to my webserver to run the application via my browser (href exe). The application runs but I see the default text on the button ("button1") and NOT the text from the danish language resource file.

How do I get the application to use the language resource files when deployed from a webserver?

Thanks
Brian