You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to change the watermark text on a DatePicker in my application, just to display it in a different language.
I figured out that the text is fetched from the 'StringDatePickerDayText' resource.
However I haven't been able to change it, neither by trying to set the Key in the component directly, nor by creating a new Avalonia axaml-Resource and implementing it in my app.axaml:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I'm trying to change the watermark text on a DatePicker in my application, just to display it in a different language.
I figured out that the text is fetched from the 'StringDatePickerDayText' resource.
However I haven't been able to change it, neither by trying to set the Key in the component directly, nor by creating a new Avalonia axaml-Resource and implementing it in my app.axaml:
Example for the component
or app.axaml
Is there anything I am missing or what am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions