Hey,
I do have a set of Date items which are set from a rule.
They have Following State Description pattern:
%1$tA %1$td.%1$tm.%1$tY
I would like to also translate %1$tA , which is the day part from english to german. How would I go about that?
Hey,
I do have a set of Date items which are set from a rule.
They have Following State Description pattern:
%1$tA %1$td.%1$tm.%1$tY
I would like to also translate %1$tA , which is the day part from english to german. How would I go about that?
That’s provided by your Java string formatter, so you need to set your Java locale.
This old thread covers the options -
Oh, thank you! Thats actually surprising. I thought it would use the locale set in openhab
This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.