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
{{ message }}
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.
I updated LocalizationWebSite's User.cs model with [Display(Name="UserName")].
Also, I added key-value UserName->UserNameTranslated into the resx file for given model.
I expected that /Home/GetInvalidUser?culture=fr will have UserNameTranslated as label for first textbox.
Actual result is 'UserName'.
The text was updated successfully, but these errors were encountered:
I updated LocalizationWebSite's User.cs model with [Display(Name="UserName")].
Also, I added key-value UserName->UserNameTranslated into the resx file for given model.
I expected that /Home/GetInvalidUser?culture=fr will have UserNameTranslated as label for first textbox.
Actual result is 'UserName'.
The text was updated successfully, but these errors were encountered: