Background:
I need an easy way to translate the strings in my app Localizator works nicely, however, I need to use italics, bold and hyperlinks on the text used. I have tried as it was used on html, but it is not working.
Problem:
I have not found a way to make that the localizator recognizes this formats on specific words
Code:
I am not sure if it is worth on how I call the strings, but it is like this:
In excel looks like the html:
<a href="http://www.freepik.com">8Ms,5s and 7Ps Icons: Designed by macrovector / Freepik</a>
However it's set as such, no hyperlinks.
Further thoughts
I tried to set italics and bold in excel, in hopes that may help, but no luck.
I need an easy way to translate the strings in my app Localizator works nicely, however, I need to use italics, bold and hyperlinks on the text used. I have tried as it was used on html, but it is not working.
Problem:
I have not found a way to make that the localizator recognizes this formats on specific words
Code:
I am not sure if it is worth on how I call the strings, but it is like this:
B4X:
Starter.ObjLocalizator.Localize("txt_formatted")
<a href="http://www.freepik.com">8Ms,5s and 7Ps Icons: Designed by macrovector / Freepik</a>
However it's set as such, no hyperlinks.
Further thoughts
I tried to set italics and bold in excel, in hopes that may help, but no luck.
Attachments
Last edited: