Multiline label with translations #32303
Replies: 1 comment 2 replies
-
Why do you feel it's not the best way to do it? I have all my strings in the resource files and it works fine. Also if you need to support multiple languages it's the only option (as far as I know) that MAUI gives you out of the box: Localization. How long is that text so you need to store it as a TextFile? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I'm trying to understand what's the correct way of storing and then displaying a Multiline text.
More precisley i have a text that has multiple lines and it has to be for more than one language: [EN, FR, DE, ...] What's the best way to sotre the text? I've trying saving it inside the .resx as a string, but i feel like it's not the correct way of storing the text. I'm trying now to store inside the .resx file a TextFile resource.
What do you suggest?
Please help me.
Beta Was this translation helpful? Give feedback.
All reactions