About device sensor permission when starting WebAR

I created WebAR content in unity and uploaded it to the server.
There is no problem with the startup itself.
Therefore, when you start up on your smartphone, you will be prompted to allow the sensor to be used.
The default is English, but I would like to change this to Japanese.
I would like to adjust the text if possible.
What should I do now.
Help me.PNG

What library are you using?
You should look into the ZapparCamera.js script
In Playcanvas it’s this function: permissionRequestUI() that lanches that page, so you need to create your own I believe

thank you for your reply.
The content is created using unity.
Thank you.