Hi,
I have a requirement where I need to show the text (label for checkbox) next to the checkbox. The problem is that the text is quite long and I want to put new line in order to show it in proper format.
Example: The label for the checkbox will be like this::
"Check this if following applies to you:
1) Some Text 1
2) Some Text 2
3) Some Text 3"
The issue is that when I give the text as above in custom localized resource it shows the above contents in sequence rather than above format.
It shows like this::
"Check this if following applies to you:1) Some Text 12) Some Text 23) Some Text 3", which will be overwhelming for end users.
I tried giving \n and
n but no luck. Any idea ?
Please help.
Thanks !