Language Picker Multi-Lingual

Marc George 21 Reputation points
2020-12-23T20:37:34.697+00:00

Using the Xamarin Forms Picker control, I had been able to create a Languages picker in which I had every language supported by Azure listed with its name translated to its language for selection. That functionality has disappeared; now every language name displayed is displayed in English. Is it not supported anymore or is there a new parameter(s) that needs to be set?

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

1 answer

Sort by: Most helpful
  1. JessieZhang-MSFT 7,706 Reputation points Microsoft Vendor
    2020-12-24T07:41:14.417+00:00

    Hello,

    Welcome to our Microsoft Q&A platform!

    Have you check Cameron's article Add Languages to Your Xamarin Apps with Multilingual App Toolkit here?

    And I tested the sample LocalizationSample included in above article on my android device, it works properly.

    Make sure to add different language resources(e.g. AppResources.resx) to folder Resources.

    51062-image.png

    When we changed the language, the text shown above will change accordingly.

    51043-image.png 51091-image.png

    Besides, above sample use nuget Plugin.Multilingual, and we find that the nuget has been deprecated.

    As a new approach, you can check article Handle Multilingual in Xamarin Forms (Without any plugin). In this article, it will show us the simplest way to add multi-lingual support to our app.

    And we can check the full source code here.

    Best Regards,

    Jessie Zhang


    If the response is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments