我正在使用本机datepicker语言更改,代码
uzemelteto = first_sheet.cell(17, 11)
res = [int(i) for i in uzemelteto.split() if i.isdigit()]
print res
输出: 24 juil。 2019 16:38
但不能在日期选择器内更改。天和月的名字不能更改我该怎么办?
答案 0 :(得分:0)
我认为您在使用法语https://www.science.co.il/language/Locale-codes.php时使用了错误的本地语言 法语-加拿大= fr-ca 法语-比利时= fr-be
检查链接以获取本地代码
locale ='fr-ca'