Hi there,
for my program I am using the B4XDateTemplate in B4A.
In this template the month on the top right is in english language. Same goes for the weekday. I can't seem to find a way to change them to a different language or even any different term/name.
To make it a bit more clear:
In the picture below you can see that the current month is "July" and the weekdays are "Mo", "Tu", "We", ...
Is there a way to change the month to "I Don't Care" instead of "July" and the weekdays "Mo", "Di", "Mi", ...
I thought that one option could be the following code but it did not seem to work:
Private DateTemplate As B4XDateTemplate
DateTemplate.lblMonth.Text.Replace("July", "I Don't Care")
Thanks in advance.
SaZa
for my program I am using the B4XDateTemplate in B4A.
In this template the month on the top right is in english language. Same goes for the weekday. I can't seem to find a way to change them to a different language or even any different term/name.
To make it a bit more clear:
In the picture below you can see that the current month is "July" and the weekdays are "Mo", "Tu", "We", ...
Is there a way to change the month to "I Don't Care" instead of "July" and the weekdays "Mo", "Di", "Mi", ...
I thought that one option could be the following code but it did not seem to work:
Private DateTemplate As B4XDateTemplate
DateTemplate.lblMonth.Text.Replace("July", "I Don't Care")
Thanks in advance.
SaZa