Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Thomas Höhler 1237 posts 1709 karma points MVP
    Mar 11, 2010 @ 16:12
    Thomas Höhler
    0

    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

  • Thomas Höhler 1237 posts 1709 karma points MVP
    Mar 11, 2010 @ 16:22
    Thomas Höhler
    0

    To be more specific: how do I set the caption of the submit button to german eg: "Nachricht senden" not "Submit" ?

    Thomas

  • Thomas Höhler 1237 posts 1709 karma points MVP
    Mar 11, 2010 @ 16:35
    Thomas Höhler
    0

    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...

    Thomas

  • Dirk De Grave 4541 posts 6021 karma points MVP 3x admin c-trib
    Mar 11, 2010 @ 16:51
    Dirk De Grave
    0

    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

  • Thomas Höhler 1237 posts 1709 karma points MVP
    Mar 11, 2010 @ 16:55
    Thomas Höhler
    0

    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

  • Peter Dijksterhuis 1442 posts 1722 karma points
    Mar 11, 2010 @ 16:58
    Peter Dijksterhuis
    0

    Can't you set the language in the web.config to German? (Globalization, set culture and ui-culture)

    Peter

  • Thomas Höhler 1237 posts 1709 karma points MVP
    Mar 11, 2010 @ 17:03
    Thomas Höhler
    0

    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

  • Peter Dijksterhuis 1442 posts 1722 karma points
    Mar 11, 2010 @ 17:06
    Peter Dijksterhuis
    0

    I should read first before replying ;)

  • Thomas Höhler 1237 posts 1709 karma points MVP
    Mar 11, 2010 @ 20:39
    Thomas Höhler
    0

    hehe, I didn't mention before that we have a multilanguage structure... :-)

Please Sign in or register to post replies

Write your reply to:

Draft