How to customize the content of Android app in device settings page?

Jayani Prabodha 1 Reputation point
2021-09-10T05:43:44.707+00:00

I want to customize the content of Android app in device settings page to add a language control. Does someone know how to do this?

130920-capture.png

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,272 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Alessandro Caliaro 4,181 Reputation points
    2021-09-10T05:46:49.28+00:00

    If you want to localize your app, I suggest to take a look to this video:
    watch

    Xamarin Community Toolkit has the possibility to localize your app

    localizationresourcemanager

    0 comments No comments

  2. Jayani Prabodha 1 Reputation point
    2021-09-10T10:10:45.377+00:00

    @Alessandro Caliaro It seems not the solution for my issue. I can already change the language from app settings.

    Issue:
    When I installed the app, I can open the installed app from device settings page.

    131111-1.png

    131009-3.png

    When I click on My App it opens the below page.

    131034-capture.png

    What I want is to control the language from this page from device settings. But I couldn't find a way to add a new control here?

    0 comments No comments