We are currently using the joomla language manager in joomla 3.3.1 for the multilingual content support. It fulfills our requirements to add articles in different languages and also create menus. But a major problem is
Suppose website name is sample.com
And English is default language
Article link (english) - sample.com/content/
Article link (french) - sample.com/fr/content/ <--- This is what i am getting with the language manager but
This is what i want - fr.sample.com/content/
Any suggestion on how i can make it work?
You want to create subdomains of the third level !
To do this you need to install joomla in each subdomain and share database tables.
Related
Here is an issue we are having with our website developed in XPages which is accessible in several regions and languages. Based on the browser language we are able to determine which header to display at the top of web page. Our content is then displayed for that language in that region. Content displayed is from individual documents in a Domino database and there is one for each language so the user can see language friendly data. Some documents are only for a particular Region/Language and not translated for other regions due to availability of the product.
The issue is when someone clicks on a link (ie via social media let's say) like https://www.cascorp.com/americas/en/reach-forks they go to the americas English version but the header and menu items are displayed in the browser language and content is displayed in the English language. Server Redirect rules won't work in this case. It would be nice to be able to redirect them to https://www.cascorp.com/eme/en/reach-forks and have a page that comes up stating that the product is not available for that region. Is there a way I can dynamically change the address bar to redirect them to a different document by replacing the region part of the address? This way we can have a document for that region/language stating that the product is not available in their region.
You can use context.redirectToPage(nameOfXpage) to redirect based on your language logic.
For a partner of mine, www.the-academy.nl, we decided to abandon Server Redirect rules completely, so we installed Apache as a reverse proxy server. It gives you full control over all links in and out if you want, and we managed to remove all visible references to the web database. Apache can be installed on the same system as Domino (easiest on Linux). It might be a bumpy ride, but it's worth it.
Based on the document:
When you open the Pages application on a multilingual website, you can see the language selector below the content tree. Use the selector to switch between language versions of the currently selected page.
But my language selector is missing!!!!
I am using Kentico v10.0.11 with Based license edition.
I have set UK and US in my website.
What else did I miss?
Can you double check you have assigned cultures for your current site?
As far as I know localization should be accessible in the base license so this should not be an issue.
If everything is set properly and it`s still not working you could check event log and browser console.
I am trying to implement a static website using Liferay's WCM. I want content to be displayed in user specific/selected language.
I am not sure whether I have to write separate content for each language or is there any way by which Content will get translated to user specific language?
I have tried "Add translation" in web content but it seems to be not working.
Any help is appreciated.
There's no automatic translation to another language. If you choose "Add translation" in the Web Content Editor, you'll have to edit the translated version yourself. Then you can use the user's profile settings or the "Languages" portlet or just the URL to determine the language. If an article is available in the user's language, that version will be shown.
You can try the URL parameters by just adding the language code as the first part of the page. E.g. https://www.liferay.com/community brings you to the default version for your user profile (if you're logged in), while https://www.liferay.com/de/community shows the german (de) version of that site. Every content that is translated to german will show in german, while the content that's not translated will be shown in the default language.
I am using Liferay 6.0 EE and trying out the blog portlet. I noticed the content of the classic Web Content Display can be localized, but I can't find how to have the same functionality for blog. Is there any way to have localized blog?
No, Nien, Nada... Blog has no multi language support.
You can use category to mark different blog post for different language.
Create a page for every language, use asset publisher portlet that show blog post targeting language by category.
I have been working in my development machine with a Sharepoint installed in English. So the website I created and am woking on appears in English, I have created variations in different languages too (Spanish, Catalan, Basque, Galician).
Now I realise that the admin part that is in English, should be in Spanish.
I don't know how I could change the language, i have seen the following answer in a forum:
UPDATE dbo.Webs SET Language = 3082
This solves the problem for the language, the admin part of the website appears in Spanish, but when I enter the section of variation labels, it gives me an error.
Can anyone tell me the solution, or which other column in which table must I change (I know it is not recommended)?
Which is the table where it is saved the info about variations?
You should be very careful with modifying the database... not only is it not recommended but it will make your SharePoint environment unsupportable by Microsoft. Good for laughs, not much else.
So to give you the official answer, you cannot do what you are attempting without recreating the website. To quote Deploy language packs (Office SharePoint Server):
...once you choose a language-specific
site template for a site or a site
collection, the site or site
collection will always display content
in the language of the original site
template.
An update with no where clause - you may have just set all your variations to use the same language.
You'll also have the issue that keys get created in English, and after you make the change it searches for the keys in Spanish.
Please have a look at our multilingual solution for MOSS
http://www.alphamosaik.com/Pages/Solutions_EN_MultilingualModule.aspx
Regards
Alphamosaik