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 have a translation web service that provides localized strings. It is asynchronous.
When I apply bindings, the original, untranslated messages show up, even after I call the localize method with new strings.
If I, e.g., enter text into a required field, and then remove it, I will see the localized message for that field, but the other required fields still show the original messaging.
Ideally, the messages for different validation rules should be observable values so updating them would propagate to existing messages.
The text was updated successfully, but these errors were encountered:
I have a translation web service that provides localized strings. It is asynchronous.
When I apply bindings, the original, untranslated messages show up, even after I call the
localize
method with new strings.If I, e.g., enter text into a required field, and then remove it, I will see the localized message for that field, but the other required fields still show the original messaging.
Ideally, the messages for different validation rules should be observable values so updating them would propagate to existing messages.
The text was updated successfully, but these errors were encountered: