- Create a translator user
- Create another user (writer will do I think)
- Create new content
- Right-click new content and select 'Send to translate'
- Choose a translator from the dropdown
- Choose language to translate to
- Optionally choose if child node pages should be translated as well.
- Make sure smtp settings are configured in web.config
Translator user should get a mail with instructions on how to translate the document.
OK I understand now, but I still don't understand why I need writer ? and what is different between writer and editor ?
and why in umbraco 4 when I create one of this users type I can not access to back end ...!!
I always get
"Index was outside the bounds of the array.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.IndexOutOfRangeException: Index was outside the bounds of the array.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[IndexOutOfRangeException: Index was outside the bounds of the array.]
umbraco.cms.presentation.umbraco.PageLoad(Object sender, EventArgs e) +1672
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
System.Web.UI.Control.OnLoad(EventArgs e) +99
umbraco.BasePages.BasePage.OnLoad(EventArgs e) +15
System.Web.UI.Control.LoadRecursive() +50
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
How to use a tranlator role in Umbraco ?
Hi
maybe dummy question but I see there is role called translator , but I cannot found the way to use it ?
Is there some example or some document about it ... I starting a new site and client ask me to create multilingual web site with translator role ..
Any suggestion where to start will be great
Thnks
Hi lpastor,
In short:
- Create a translator user
- Create another user (writer will do I think)
- Create new content
- Right-click new content and select 'Send to translate'
- Choose a translator from the dropdown
- Choose language to translate to
- Optionally choose if child node pages should be translated as well.
- Make sure smtp settings are configured in web.config
Translator user should get a mail with instructions on how to translate the document.
Regards,
/Dirk
Dirk
again you are first [-o<
OK I understand now, but I still don't understand why I need writer ? and what is different between writer and editor ?
and why in umbraco 4 when I create one of this users type I can not access to back end ...!!
I always get
"Index was outside the bounds of the array.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.IndexOutOfRangeException: Index was outside the bounds of the array.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[IndexOutOfRangeException: Index was outside the bounds of the array.]
umbraco.cms.presentation.umbraco.PageLoad(Object sender, EventArgs e) +1672
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
System.Web.UI.Control.OnLoad(EventArgs e) +99
umbraco.BasePages.BasePage.OnLoad(EventArgs e) +15
System.Web.UI.Control.LoadRecursive() +50
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
"
thnks
Answer to 'System.IndexOutOfRangeException' to be found at
http://forum.umbraco.org/yafpostst8254Can-not-log-in-in-back-like-translator-.aspx?find=unread
Regards,
/Dirk
is working on a reply...