When i 'm in Settings -->DocumentType and i click create to appear my custom DocumentType .
I want to choose the language for this documenttype for the Languages that i have in Settings/Languages .
I want to have my own implementation for multilanguage . In content after i create my own language to choose for every item version for languages from a combobox , not multiple tabs or multiple website for every language .
I think i have to modify a lot in umbraco . Somebody can help me ?
You can create node for each language. Then create your own implementation of tree, which show only first item and hide nodes for other languages. Then create custom datatype which allow you to switch between nodes. You can use relation api to group nodes (http://blog.hendyracher.co.uk/umbraco-relation-api/)
create custom DocumentType
I want to create custom DocumentType .
When i 'm in Settings -->DocumentType and i click create to appear my custom DocumentType .
I want to choose the language for this documenttype for the Languages that i have in Settings/Languages .
I want to have my own implementation for multilanguage . In content after i create my own language to choose for every item version for languages from a combobox , not multiple tabs or multiple website for every language .
I think i have to modify a lot in umbraco . Somebody can help me ?
Best regards, Vlad.
Hi Vlad
You're absolutely right Umbraco is not designed to implement multilanguage sites in this way. So going down this route would require a lot of coding.
Are there any specifik reasons you want to do it this way instead of the usual way, assigning languages to the domains attached to the nodes?
Regards
Jesper Hauge
I don't like to see a long tree if i have 15 language for example .
If i want to use virtual tab it's not k again .
I think it's an ellengant implementation but not simpler implementation .
If somebody use the code from umbraco , please help me with some documentation , how to modify .
Best regards , Vlad.
You can create node for each language. Then create your own implementation of tree, which show only first item and hide nodes for other languages. Then create custom datatype which allow you to switch between nodes.
You can use relation api to group nodes (http://blog.hendyracher.co.uk/umbraco-relation-api/)
Petr
I'm trying to create a multilingual 1:1 page (German/French).
Unfortunately I get stock at stepp N° 4 by
"
<xsl:template match="/">
<xsl:call-template name="setlang" />
...
</xsl:template>
"
Where I do have to add this code ?
Thank's for helping :-) !
@BENT > In the header of your site .
@Bent i put in the header of the pages because i have a generic header for all the the pages .
Best regards , Vlad
is working on a reply...