Skip to content

iOS UI Culture for Localisation #108753

Open

Description

Description

When the app launches the SetCulture method is called, set the apps culture to what the user has saved.
Image

This works completely fine on Android, but on iOS StringFormat in the xaml doesn't use the set culture, and stays as english -
Image

I've also tried doing the StringFormat in the model, and it also doesn't work -
Image

Even setting the culture manually doesn't work -
Image


It all worked fine in Xamarin.Forms, and it is a valid .NET Culture -
https://dotnetfiddle.net/lyJP18
Image

Steps to Reproduce

No response

Link to public reproduction project repository

No response

Version with bug

8.0.90 SR9

Is this a regression from previous behavior?

Yes, this used to work in Xamarin.Forms

Last version that worked well

Unknown/Other

Affected platforms

iOS

Affected platform versions

No response

Did you find any workaround?

No, unless this is fixed, the only way I can see to work around it is to add a property to the API and perform the translation there.

Relevant log output

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions