In Multi language.. For arabic language website we have different themes, css like right to left contents, so how to achieve this in umbraco 8. since we add languages in the umbraco back office but only contents get changes not the style, so is there any way to specify different master pages or styles for English and Arabic
Arabic Language Website in umbraco 8.0
In Multi language.. For arabic language website we have different themes, css like right to left contents, so how to achieve this in umbraco 8. since we add languages in the umbraco back office but only contents get changes not the style, so is there any way to specify different master pages or styles for English and Arabic
English arabic example site https://www.duqmrefinery.om/company-profile/ https://www.duqmrefinery.om/ar/company-profile-ar/
Hi Sami,
You just to need to check the current culture and based on it you include the needed stylesheet.
it's something like this:
Include the above code in the head of master
is working on a reply...