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
沐雨轩2021-02-10 14:00:13
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.
沐雨轩2021-02-10 13:59:22
Direct judgment, for example, $language='en' is English, $language='ch' is Chinese, {if $language='en'} {include file="en"}{else} {include file="ch"}{/if}