Hey, I am trying to make a date line that will always show the date in English ignoring whatever the system language is. I didn't find any 'magic' solution so I tried to use the same method that was used in Crystal's watch face- strings of the date using DateLine.mc file in the source. I customized it a bit so it will be customized to what I want in it. The current situation is that I have the date string I want in the DateLine.mc file and I want to use the View.mc to use dc.drawText(x ,y ,font , dateString, justification) but because those are different files I can't connect those two. How do I make it happen?
BTW if there's another way that is more simple to get the date in English ignoring whatever the system language is, please let me know!
Thank you for everyone in advance!