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.

Menu