Hi,
I have a problem with an error message. When creating a user with special characters, i get the following error : "User name @-_test is invalid, can only contain letters or digits". But i cant get this error message being translated.
I have the correct translation for key "Identity.InvalidUserName" in french XML, but it seems it's never called because it uses AbpIdentityResult object.
Thanks in advance for your help,
3 Answer(s)
-
0
Hi,
I didn't have time to try this on a test project. Did you fix it ?
-
0
Hello, In order to fix it, I call the GetString method of the LocalizationManager with AbpZeroConsts.LocalizationSourcename as first parameter instead of the one of my project.
-
0
Great, I have the same problem I think!
Do you have any sample code?
Thanks in advance!