problem with the language :((

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
I translated the whole xml file into Arabic and then i Imported  the file and it's working very will ,but the problem is with the page design ,because Arabic should be from right to left , and i need to flip every thing in the page from right to left .

So, I create a new theme which will make the changes and flip every thing to right , and it's looking awesome , but i faced a new problem ,yes when changing from Arabic to English the text is from right to left and to fix this i need to use the old theme.


now I need to know how to change the them based on the language.

like :

if culture ="ar-KW" then
   use the Arabic theme
else if culture ="en-US" then
use the English theme

i need to know how to right this code and where to but this one.

thank you all ,and best regards.
13 years ago
HI

check this.

that code was for ver 1.20 but the same method can used for another versions.(for example in ver. 1.90 you can change WorkingTheme function in NopSolutions.NopCommerce.BusinessLogic.NopContext class)
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.