submit button value not changing when using dictionary item 'submit'
I'm using Contour 3.0.9 on an umbraco 4.11.8 install and am needing to add multilingual functionality to the site. I tried using a dictionary item called 'submit' (lowercase) as the Contour documentation suggests for the submit button text, but it isn't changing. Any ideas what I'm doing wrong?
Thanks for the responses! The other dictionary items are working, but we are using a derivitive of Polyglot on this site so we do not have separate node structures per language. We have one Contour form and every piece of text is a dictionary item so there is no need more than one form. Does that make a difference? As I said, our other dictionary items within our Contour form are working, just submit is not. I've tried capital and lower case: 'Submit' and 'submit'.
submit button value not changing when using dictionary item 'submit'
I'm using Contour 3.0.9 on an umbraco 4.11.8 install and am needing to add multilingual functionality to the site. I tried using a dictionary item called 'submit' (lowercase) as the Contour documentation suggests for the submit button text, but it isn't changing. Any ideas what I'm doing wrong?
Thanks!
Tyler
Hi Tyler,
It uses Uppercase "Submit".
Hi Fuji,
I tried that and there is still no change. I added a dictionary item named 'Submit' in the settings in Umbraco. Is that all that I should need to do?
Tyler
Hi Tyler,
Did you add any Other Languages under Settigs > Languages ? Not sure if thats the issue though.
Comment author was deleted
Yeah make sure the node structure is using the correct culture otherwise the dictionary item won't work...
Thanks for the responses! The other dictionary items are working, but we are using a derivitive of Polyglot on this site so we do not have separate node structures per language. We have one Contour form and every piece of text is a dictionary item so there is no need more than one form. Does that make a difference? As I said, our other dictionary items within our Contour form are working, just submit is not. I've tried capital and lower case: 'Submit' and 'submit'.
Tyler
I should also add that we have multiple languages under Settings > Languages
Hi,
I have a single site which is not in English and a single language set as French.
I have set the followin items 'submit', 'Submit' and '#Submit' in the dictionnary to no effect on the submit button caption.
How should I do?
Thanks
Have you set the Hostname of your website to French ?
If not try adding a new language under settings > Languages > French. Then managed your hostname to FR.
Thanks, you're right that did it. I had the FR language set in the settings but not in the website hostname.
is working on a reply...