Android Question Load Text File For Label with - Encoding - Solved

Screenshot_2020-04-11-12-41-29.png

B4X:
Sub Activity_Create(FirstTime As Boolean)
    Activity.LoadLayout("Layout1")
    Label1.Text = File.ReadString(File.DirAssets,"N.txt")
    Label1.Text.GetBytes("UTF8")
End Sub
My text is in Persian but it doesn't work properly. What should I do?
 
Last edited:
Top