# How to modify the permission screen

**URL:** https://forum.8thwall.com/t/how-to-modify-the-permission-screen/1282
**Category:** Technical Support
**Created:** [May 4, 2024, 9:55pm UTC](https://forum.8thwall.com/t/how-to-modify-the-permission-screen/1282 "2024-05-04T21:55:52Z")
**Posts on this page:** 1
**Showing post:** 14

<div class="post-metadata">

### Author: ![Rickard\_Elimaa](https://sea1.discourse-cdn.com/flex019/user_avatar/forum.8thwall.com/rickard_elimaa/32/202_2.png) [@Rickard\_Elimaa](https://forum.8thwall.com/u/Rickard_Elimaa)
#### Post date: [May 12, 2024, 10:27pm UTC](https://forum.8thwall.com/t/how-to-modify-the-permission-screen/1282/14 "2024-05-12T22:27:04Z")

</div>

> [@Miguel\_Paula](#):
>
> But I would really like you to detect the location and translate, that would help me a lot.

Well, my [localization module](https://forum.8thwall.com/t/multiple-languages/1123/5) already does that. You need to switch from Swedish to Portuguise:

```auto
// In addition to DEFAULT_LANGUAGE (English)
const supportedLanguages = {
  'pt-PT': 'pt',
  'pt': 'pt',
};

```

---

_[View the full topic](https://forum.8thwall.com/t/how-to-modify-the-permission-screen/1282)._
