Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Different CSS for different language versions??


JasonBChen

Recommended Posts

Posted

Does anybody know if we can use different CSS for different language version?

 

For example: if my site is in English and Chinese, can I have one CSS for English version and another CSS for Chinese version??

 

Is it doable??

 

Thanks in advance for any help!

Posted
Does anybody know if we can use different CSS for different language version?

 

For example: if my site is in English and Chinese, can I have one CSS for English version and another CSS for Chinese version??

 

Is it doable??

 

Thanks in advance for any help!

 

easy:

 

replace :

 

<link rel="stylesheet" type="text/css" href="stylesheet.css">

 

with:

 

<link rel="stylesheet" type="text/css" href="<?php echo STYLESHEET; ?>">

 

and define STYLESHEET in your language file

Treasurer MFC

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...