After the ios camera is called for English, I want Chinese, how to solve it?

I use Upload upload under element ui. I should just select photos in the album, but I can take photos in ios.

clipboard.png

clipboard.png

what I want is Chinese

             <el-upload
                      class="upload-demo"
                      ref="upload" 
                      drag
                     :on-success="handleAvatarSuccess"
                     :auto-upload="false"
                      :action="actionUrl"
                     :on-change="handleChange"
                      multiple
                      :on-exceed="onExceed"
                      :show-file-list="false"
                      :http-request="uploadFile"
                      >
                  <i class="el-icon-plus add"></i>

could you tell me what this is all about? How to solve it

Aug.06,2021

this is the function of native.

what language is displayed depends on the implementation of native and the language settings of the machine itself. Even if the front end can be implemented,
just has an agreement with native that the front end controls what language native displays.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b32b43-341e5.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b32b43-341e5.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?