Hello, The Auction software already comes with a commented line in the head or header widget for the rtl langs, you can enable it and it will just add the css for the rtl langs. if you want full css for each langauge, if you are using a new theme for each langauge then you should have no problem as you will customize the css files in the theme folders. But if you want to use the same theme for more than one language, then you will have to use/add a new langauge variables say in the General.pm langauge file and set it equal to the css file name for that theme then in the header widget use that langauge variabale, say for example <style .... src="[[css_file]]" ...> and in the General langauge file add the new variable: css_file=theme_style.css do this addition for each langauge you want to use with the theme. Thanks
|