B4X:
Private const weekdays() As String=Array As String("Monday Lundi", "Tuesday Mardi", "Wednesday Mercredi")
When each string is assigned to a label view, I want the second word to appear on a line below.
For example, instead of showing
Monday Lundi
What I want to see is
Monday
Lundi
How to achieve that without using CsBuilder?
TIA