bindings value
Posted by: pierrot | on July 12, 2015
bindings value
Pierre Hébert
Can you please do something about this problem?
for example… in czech language is sunday translated as neděle
$ll_day_name == “neděle”
If i add to conditions word neděle, this will working good, but if i add word sunday, bindings cannot working because $ll_day_name != “sunday”
For example, it is possible to add translations of days, months into language pack, and then automatically apply translation of value?
]]>Posted in | 2 Comments »
Tags:
« How can I copy style from an old app shortcut to a new one with the new interface? Thx a lot! (Previous Post)
(Next Post) I will like change Font style by bindings. »
< ![CDATA[
That’s not possible. The value is unique and change it when applying is almost impossible (imagine you return only the three first letters, or separated by a \n…)
The only solution I can think of is two variables: $ll_day_name that will return the translated value, and $ll_day_name_english that will return always the English word.
]]>
< ![CDATA[
There must exist some standard about this day naming. ISO or RFC?
]]>