I've got two questions:
1. Where can I translate the FormValidationError.message in my UserManagement user_create template?
2. Is is possible to translate the labels of a form, generated with the Datamanagement Forms module? If so, where can I do that?
Developer forum
E-mail notifications
Translation problems
Posted on 03/08/2010 16:13:34
Replies
Nicolai Høeg Pedersen
Posted on 04/08/2010 10:19:25
It is not possible to translate the error messages from usermanagement. You will have to do some kind of JS translation in the template i'm affraid.
To change the lable of a field in data list based forms, go to modules, data list, forms tree node, right click the form and choose edit and change the labels in the label column.
To change the lable of a field in data list based forms, go to modules, data list, forms tree node, right click the form and choose edit and change the labels in the label column.
Posted on 04/08/2010 10:54:40
I don't want to change the labels, because that would change the labels for all my language layers. I just want to translate the labels for my second language. Is that even possible or do I have to make a form for every language layer?
Nicolai Høeg Pedersen
Posted on 04/08/2010 11:18:49
Take a look at this document:
http://engage.dynamicweb-cms.com/Admin/Public/DWSDownload.aspx?File=%2fFiles%2fFiler%2fDocumentation+portal%2fDynamicweb+CMS%2fDocumentation%2fWorking+with%2fen%2f(en-US)+Working+with+template+terminologies.pdf
And this thread if you are doing things in code:
http://engage.dynamicweb-cms.com/Forum-5.aspx?PID=34&action=ShowThread&ThreadID=1730
http://engage.dynamicweb-cms.com/Admin/Public/DWSDownload.aspx?File=%2fFiles%2fFiler%2fDocumentation+portal%2fDynamicweb+CMS%2fDocumentation%2fWorking+with%2fen%2f(en-US)+Working+with+template+terminologies.pdf
And this thread if you are doing things in code:
http://engage.dynamicweb-cms.com/Forum-5.aspx?PID=34&action=ShowThread&ThreadID=1730
Nicolai Høeg Pedersen
Posted on 04/08/2010 11:48:53
I bugged the problem with the missing possibility to translate the error messages. It has bugnumber 5282 and is marked for release with next service release (19.1.1.0) at the end of august.
Posted on 10/08/2010 10:37:10
Thanx!
Nicolai Høeg Pedersen
Posted on 23/12/2010 13:54:15
The only option is to hardcode the labels into the template. Not using the loop of fields, but using the input type field tags one by one...
You must be logged in to post in the forum