How can translate login page of my system
by using this url: http://ip:8000/init/default/user/login
display by default two text boxes username and password how can i translate these labels.
Thanks in Advance
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In the model db, at the bottom, you can do:
and then via the administrative interface create click on [design][languages] create a language file like “fr-fr.py” and i will present you an interface to translate “username” and “password”.
When a visitor has a browser set to “fr-fr”, the visitor will see the translated labels.