Change default language of alfresco's login page

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-03-2008 03:55 AM
Hi all!
I have created my own language by coping my language packet in to \\tomcat\shared\classes\alfresco\messages
and register it in to web-client-config-custom.xml file:
<config evaluator="string-compare" condition="Languages">
<languages>
<language locale="vi_VN">Viet Nam</language>
</languages>
</config>
but i couldn't set it as default language.
How to change default language of alfresco?
Help me please!
Thanks!
I have created my own language by coping my language packet in to \\tomcat\shared\classes\alfresco\messages
and register it in to web-client-config-custom.xml file:
<config evaluator="string-compare" condition="Languages">
<languages>
<language locale="vi_VN">Viet Nam</language>
</languages>
</config>
but i couldn't set it as default language.
How to change default language of alfresco?
Help me please!
Thanks!
Labels:
- Labels:
-
Archive
4 REPLIES 4

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-04-2008 06:13 AM
Hi,
You can do it using user options console.
Regards
You can do it using user options console.
Regards

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-06-2008 06:11 AM
Thank pjcaracuel for your replying!
But I don't know how to use user options console.
ops:
Can you show me a step by step to change default language by using user option console?
thank you very much!
But I don't know how to use user options console.

Can you show me a step by step to change default language by using user option console?

thank you very much!

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-09-2008 06:26 AM
Hi,
You can do it. Put the following sentence into the login page
<% Application.setLanguage(FacesContext.getCurrentInstance(),"xx_XX"); %>
Regards
You can do it. Put the following sentence into the login page
<% Application.setLanguage(FacesContext.getCurrentInstance(),"xx_XX"); %>
Regards
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2008 07:32 AM
Rather than making changes in individual JSPs, a better solution is to change the locale which Alfresco starts up in. This will ensure that the Guest home space, the Guest dashboard and the login screen are all displayed in your chosen language initially. See this post for details:
http://forums.alfresco.com/viewtopic.php?f=16&t=11265#p39869
Cheers,
Will.
http://forums.alfresco.com/viewtopic.php?f=16&t=11265#p39869
Cheers,
Will.
