Different Languages

Is there a way to use different languages for watch faces? Or a way to change the name of the days of the week or months? I want to constantly be looking at them so I can remember them for Spanish class.

Thanks

You could create your own if statement. Here is one for English abbreviations. Adjust as needed for Spanish or months:

`$#DOW#=0?Sun:$$#DOW#=1?Mon:$$#DOW#=2?Tue:$$#DOW#=3?Wed:$$#DOW#=4?Thu:$$#DOW#=5?Fri:$$#DOW#=6?Sat:$

Hi Jayme,
You can put a “Date” type. In advanced settings, in text, you can write this: #DEEEE# #Dd#, #DMMM#

I use that, maybe the lenguage of the smart watch is the key.

I got it for the days, how would I do it for the months?

Hi Jaymi, you have probably worked it out by now but if you use CompuChip’s example and change #DOW# for #DMMM# you will be going the right way.

ie $#DMMM#=Jan?enero:$$#DMMM#=Feb?febrero:$