I have an app built with Xamarin forms for android and IOS. All is fine with the Android version but the IOS version starts showing strange language behaviour on both the emulator and devices.
Though I have done nothing to support any other language than English english, on several pages the Navigation bar appears in French (or German on one device) showing 'Retour' (or Zurruck) instead of 'Back' - I have correctly set the title for the xaml pages and cannot figure out what is causing this - any help would be appreciated
example of page header where this occurs:
<?xml version="1.0" encoding="UTF-8"?>
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="SeeTickets.MyOrders"
xmlns:local="clr-namespace:SeeTickets;assembly=SeeTickets"
Title="My Orders">