Francisco 1 Posted October 30, 2019 Hi: I am translating my app to several languages. Arab works in Android and Windows. However, it is not possible to see any Arab text in iOS. Any idea? Thanks in advance. Share this post Link to post
David Heffernan 2345 Posted October 30, 2019 Firemonkey doesn't support right to left languages. Delphi is the wrong tool for you I am afraid. Share this post Link to post
Francisco 1 Posted October 30, 2019 1 minute ago, David Heffernan said: Firemonkey doesn't support right to left languages. Delphi is the wrong tool for you I am afraid. As I commented, it works in Android and Windows. Only problems in iOS Share this post Link to post
Francisco 1 Posted October 30, 2019 to be more clear, in iOS no text in shown in the app when runnning. in Android and Window the text is shown correctly. I think it is related to iOS, no to FMX. Ir is only showing text, no text input needed. Share this post Link to post
Cristian Peța 103 Posted October 31, 2019 (edited) Too little details. Stock TLabel component doesn't work with right to left languages. I don't understand how it works on Android but if it does maybe on iOS is font related. Edited October 31, 2019 by Cristian Peța Share this post Link to post
Francisco 1 Posted October 31, 2019 49 minutes ago, Cristian Peța said: Too little details. Stock TLabel component doesn't work with right to left languages. I don't understand how it works on Android but if it does maybe on iOS is font related. Yes... good idea. I will try different fonts. What I am doing is using google translator. I just copy the translation from the google page and I paste in the label text. It seems to work... Share this post Link to post
Der schöne Günther 316 Posted October 31, 2019 I haven't been doing anything with FireMonkey for a few years now, but maybe the TLabel on Android is a native component and the operating system handles the text while on iOS, it's basically a FireMonkey paintbox that does not support RTL text? Share this post Link to post
Cristian Peța 103 Posted October 31, 2019 (edited) TLabel is not native: http://docwiki.embarcadero.com/Libraries/Rio/en/FMX.Controls.Presentation.TPresentedControl.ControlType Edited October 31, 2019 by Cristian Peța Share this post Link to post
limelect 48 Posted October 31, 2019 @Francisco see and https://serge-girard.developpez.com/tutoriels/Delphi/Livebindings/Grilles/#LVII-C-1 Share this post Link to post