cancel
Showing results for 
Search instead for 
Did you mean: 

REG:Language Properties File Reference in LogonPage 7.3

former_member246153
Active Contributor
0 Kudos

Hi All,

I am trying customize the LogonPage in 7.3, i have added my design in logonPage.jsp and it is working fine.Now my client requirement is, they want to change the value for "Logon" buttton in French lanaguage . tc~sec~ume~logon~ui_core.jar this jar has all the language properties file. I have added this jar file inside my web module lib folder.I tried to edit the value for Logon in logonLabels_fr.properties  inside the jar file and deployed it.But my changes are not reflecting instead it refers to the standard jar.How i can refer my jar which i have edited properties file to my webmodule? Do i need to give any reference in my web or ear module?

Thanks in Advance

Regards,

Srinivasan V

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You can add your custom properties files under WebContent/WEB-INF.

If you have done this it will not be reflected immediately.


First the component com.sap.security.core.logon needs to be restarted to reload the property files.


Regards,


Michael

Former Member
0 Kudos

Hi,

We had the same issue and the only resolution was as described in SAP Note 1072721 - Customized Logon UI Labels Ignored. Although, this should have been fixed in 7.3 does not looks like it is.

Cheers!!