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
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}