The string “Enter date” placeholder in smart-datetime-picker and “Infinity” value in smart-numeric-text-box components are not localized based on the locale. Please refer to the below image or this link for reference.
We’re using smart-query-builder in an angular application with different types of properties including datetime and numbers and see that all the values are localized as per the selected locale except the above said two.
We see that we can be able to send localization messages to the smart-query-builderĀ through the messages prop but we couldn’t figure out if there is a property that needs to be set for “Infinity” and “Enter Date” strings.
Sorry, I couldn’t create a stackblitz app to have this reproduced.