NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Niels Larsen on June 12, 2013, 10:49:09 AM
-
Hi
Is there a way to avoid <!-- Net:s:xxxxxx --> being translated?
Regards Niels
-
is it specifically the language translation you are suppressing, or is it the encoding etc you are trying to suppress?
-
The encoding....
-
tell me more - why do you want to suppress the encoding? You understand if the encoding is not right then stuff gets "broken"?
-
I have an app that uses multiple databases from different companies. Therefore I need to generate different headers.
The easiest way is to insert xhtml code, from a table, into a session variable.
But if it is not easy to do I just do it myself in embeded code.
-
Hi Neils,
try this - I think it'll work, but I haven't tested;
<!-- Net:x:SessionVariableName -->
instead of
<!-- Net:s:SessionVariableName -->
It stills goes through the .Translate method, but with the HTML parameter set.
Cheers
Bruce
-
Yes - "X" did the magic.
Thanks!!