Hebrew text show in gibbrish

Asher Cohen 1 Reputation point
2021-01-21T12:09:48.933+00:00

When I write label or entry in Hebrew it appears in gibberish in the previewer
How can I fix it
I use Visual Studio 2019

Asher

59191-capture.png
<Label Grid.Column="0" Grid.Row="2" Text="הוצאה" ></Label>
<Entry Grid.Column="1" Grid.Row="2" Text="עם עובד" HorizontalTextAlignment="Start"></Entry>

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

1 answer

Sort by: Most helpful
  1. Leon Lu (Shanghai Wicresoft Co,.Ltd.) 76,386 Reputation points Microsoft Vendor
    2021-01-21T13:40:12.187+00:00

    Hello,​

    Welcome to our Microsoft Q&A platform!

    I put your code to VS previewer, it worked

    59221-image.png

    My VS version is 16.8.4. You can running your code to emulator or device, if emulator could display it normally, you can use XAML Hot Reload to replace of XAML Previewer

    Note:The XAML Previewer will start being phased out in Visual Studio 2019 version 16.8 and Visual Studio for Mac version 8.8. The recommended way to preview your XAML is now with XAML Hot Reload.

    https://learn.microsoft.com/en-us/xamarin/xamarin-forms/xaml/xaml-previewer/?pivots=windows

    I can't find when I can change the Linker behavior as said in the instructions (see screen capture attached)

    Please click the Android Option tab. then scroll down, you can found the linker selection.

    59426-image.png

    Best Regards,

    Leon Lu


    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.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.