Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
How do I set the language of the submit button, don't see how I can do this. Is this language related added by the hostnames?
Thomas
To be more specific: how do I set the caption of the submit button to german eg: "Nachricht senden" not "Submit" ?
ATM I am doing this via
<script type="text/javascript"> $(document).ready(function() { $(".contourSubmit").val("Senden"); });</script>
bad hack, propably would do this via config or editable...
Can't you just use a dictionary item for that, I remember seeing a thread about this (if you have a #Submit dictionary item?)
Cheers,
/Dirk
Good point, but the last time I tried to use dictionary items for contour I had issues with hostnames defined on level 2, but I will try it...
thx
Can't you set the language in the web.config to German? (Globalization, set culture and ui-culture)
Peter
yup, but we have the sites also in english, so then I have to reverse the javascript *g*
site structure is like this:
Company 1 - DE - EN
Company 2- DE- EN
I should read first before replying ;)
hehe, I didn't mention before that we have a multilanguage structure... :-)
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
How to set the language of the submit button?
How do I set the language of the submit button, don't see how I can do this. Is this language related added by the hostnames?
Thomas
To be more specific: how do I set the caption of the submit button to german eg: "Nachricht senden" not "Submit" ?
Thomas
ATM I am doing this via
bad hack, propably would do this via config or editable...
Thomas
Can't you just use a dictionary item for that, I remember seeing a thread about this (if you have a #Submit dictionary item?)
Cheers,
/Dirk
Good point, but the last time I tried to use dictionary items for contour I had issues with hostnames defined on level 2, but I will try it...
thx
Can't you set the language in the web.config to German? (Globalization, set culture and ui-culture)
Peter
yup, but we have the sites also in english, so then I have to reverse the javascript *g*
site structure is like this:
Company 1
- DE
- EN
Company 2
- DE
- EN
Thomas
I should read first before replying ;)
hehe, I didn't mention before that we have a multilanguage structure... :-)
is working on a reply...