How does a PHP file run the corresponding JS file in different states of Chinese and English?
手机用户1611143489
手机用户1611143489 2021-02-07 19:02:56
0
2
957

How to set up the php file to run the Chinese version of the JS file in the Chinese state and the English version of the JS file in the English state

手机用户1611143489
手机用户1611143489

reply all(2)
沐雨轩

There is something wrong with the way you ask questions. You need to use code and post it so that only experts can understand it. Code is the way to go.

沐雨轩

Direct judgment, for example, $language='en' is English, $language='ch' is Chinese, {if $language='en'} {include file="en"}{else} {include file="ch"}{/if}

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template