cancel
Showing results for 
Search instead for 
Did you mean: 

Re: Language Translation: Standard Error message

02-12-2014 6:21 PM
teena_joshi Explorer
708 views 2 comments Go to solution
0 Likes
SAP Managed Tags
Subscribe

Hello Experts,

We are facing issue while seeing the correct translation just for a single error message, however for other error messages, translations are working fine on the same logon screen of portal.

When we try to reset the password it display correct translation for "Password has expired" error message and when we mention the length of new password less than 7 digit it displays error in English, (despite of setting user's language in Dutch) saying "Invalid new password must be no more than 7 characters long", We have also checked all relatives properties file in respective jars..but didn't find property related to this..We tried to debug the application and found that on giving this scenario, error.getmessage() method return value  "Invalid new password must be no more than 7 characters long" (instead of some constant). Seems, it has been hard-coded somewhere, Pl let us know where can we this message in portal.

Looking forward to hear from you soon..

Regards, Tia

0 Likes
View Entire Topic
teena_joshi
Explorer
0 Likes

Solved by myself....

Steffi_Warnecke
Active Contributor
0 Likes

Hello Tia,

sharing is caring, so please share your solution with the community.

Regards,

Steffi.

teena_joshi
Explorer
0 Likes

I have fixed this issue through coding. updated related properties file, and put a check where it was causing an issue and replaced it with the correct string. In this way issue got resolved..

Thank you again to all for your prompt reply and help.