fiogf49gjkf0d Hi there,
I've got a problem with umlauts in C# Snippet Action scripts. If I write a code line like:
DialogService.ShowMessage("Wählen Sie blabla aus!");
and then perform a build&deploy the code on the corresponding web page looks like this:
DialogService.ShowMessage("Wählen Sie blabla aus!");
I've tried to change the Encoding of the IIS 7 from utf-8 to Windows-1252 but it didn't change anything. If I write the message into the deployed ascx file, it's displayed correctly.
Where do I have to change what to keep the Application Architect from changing the umlauts and other special characters (like french accents or else). |