Boolean values in local language

Suzuki Daichi

New Member
This question has been asked long time ago on serverfault but no working awnser. I'm hoping somebody has encountered it and found a solution since then.Example:\[code\]<%Response.Write TrueResponse.Write "<hr>"Response.Write "test:" & True%>\[/code\]Output:\[code\]True--------------test:Waar\[/code\]As you can see, as soon as you combine the output, its turned into a local string ('Waar' is dutch for true).How can I change this? I dont mind putting some code at the beginning of the pages, but I cannot change all instances of \[code\]True\[/code\] in the entire code.
 
Top