Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Then create menu items and modules with language set to all.I need CB Registration page and CB Login page visible in all menus for all languages.
No, you do not need to make copies unless you want to. In the case of menu items you would make copies if you want the menu alias to also be multilingual. It's up to you. Modules there's no real reason to unless you want a module to show to one language, but not another.1) For menu items with CB Registration page - do I need to make a copy of this menu item for each language? If I do so, I can make language associations and alternate and hreflang will appear in the code, as needed. If not (if I use one CB Registration page for all languages), then there would not be any alternate and hreflang in code - that's bad, no?
CB is no different than any other extension in regards to multilingual support. The only difference is CB has its own language plugins for translating it. Using the Joomla multilingual tutorials linked in a previous reply and again below is sufficient enough for setting up a multilingual site.3) Maybe there is a tutorial for all of this?
Please Log in or Create an account to join the conversation.
But in this case (if I set CB Registration menu item language to ALL) it would be impossible to translate the menu item titles. (The "Registration" text in english menu would also be "Registration" in russian, but it needs to be "Регистрация")Then create menu items and modules with language set to all.
What about this?then there would not be any alternate and hreflang in code
And this?2) For CB Login - i've tried to use only this menu item for all languages, it was bad:
- no alternate and hreflang in code
- the title CB Login isn't translated , only content is translated
In this tutorial they make a copy of each element for each language...
I suppose this means the only possible way to do so, is to create duplicates of menu items even for CB lists, modules, etc.....It's a good idea to provide a generic URL for geographically unspecified users if you have several alternate URLs targeted at users with the same language, but in different locales. For example, you may have specific URLs for English speakers in Ireland (en-ie), Canada (en-ca), and Australia (en-au), but want all other English speakers to see your generic English (en) page, and everyone else to see the homepage. In this case you should specify the generic English-language (en) page for searchers in, say, the UK. You can annotate this cluster of pages using a Sitemap file or using HTML link tags like this:
Code:<link rel="alternate" href="http://example.com/en-ie" hreflang="en-ie" /> <link rel="alternate" href="http://example.com/en-ca" hreflang="en-ca" /> <link rel="alternate" href="http://example.com/en-au" hreflang="en-au" /> <link rel="alternate" href="http://example.com/en" hreflang="en" />
Please Log in or Create an account to join the conversation.
No, as I've already explained if you want to translate that information you need 2 menu items. 1 for each language.But in this case (if I set CB Registration menu item language to ALL) it would be impossible to translate the menu item titles. (The "Registration" text in english menu would also be "Registration" in russian, but it needs to be "Регистрация")
CB has nothing to do with any of that. Multilingual output is entirely driven by Joomla.What about this?
Same as above. CB has nothing to do with any of that as it's driven by Joomla. Module titles are translated by Joomla.And this?
As that's the standard procedure for multilingual support.In this tutorial they make a copy of each element for each language...
Correct.I suppose this means the only possible way to do so, is to create duplicates of menu items even for CB lists, modules, etc.....
Please Log in or Create an account to join the conversation.
I think there was some kind of misunderstandig... Because when you said:Correct.
andThen create menu items and modules with language set to all.
I thought there was a way without duplicating menu items.you do not need to make copies unless you want to. In the case of menu items you would make copies if you want the menu alias to also be multilingual.
I suppose this means the only possible way to do so, is to create duplicates of menu items even for CB lists, modules, etc.....
Please Log in or Create an account to join the conversation.