M
Matthias
Hi guys,
I hope you understand me.
We are programming an asp.net page and our company decided not to use
the resource-files because we use text-files which are doing the same
like the resource-files. In these text-files there are texts with
these signs: "" I don't know the word in english for it. The texts are
loaded by a function.
But in the labels where to show the texts there are no "". But why? I
tried to use the @ but nothing changes. If I use a backslash \" then
the backslash is written in the label. But I don't want the backslash.
If I use it twice ("") then there is only one " in the label but only
if the "" are around the string. If the "" is in the string then there
are "" in the label. I will only have one ". If I write these signs
"", then on the label is "". I want it so. But I can't tell the user
to write "" instead of "". What can I do?
I hope you understand me.
We are programming an asp.net page and our company decided not to use
the resource-files because we use text-files which are doing the same
like the resource-files. In these text-files there are texts with
these signs: "" I don't know the word in english for it. The texts are
loaded by a function.
But in the labels where to show the texts there are no "". But why? I
tried to use the @ but nothing changes. If I use a backslash \" then
the backslash is written in the label. But I don't want the backslash.
If I use it twice ("") then there is only one " in the label but only
if the "" are around the string. If the "" is in the string then there
are "" in the label. I will only have one ". If I write these signs
"", then on the label is "". I want it so. But I can't tell the user
to write "" instead of "". What can I do?