cancel
Showing results for 
Search instead for 
Did you mean: 

WebScript Internazionalization (i18n)

andrepra
Champ in-the-making
Champ in-the-making
Hi,
i realized an application using Alfresco webscript distributed as an amp file. The result is a set of webscript (>50). I'm successfully using the resource bundles defined in the properties files for each webscripts but i found this solution uncomfortable. Now, I want to add a new language and I have to manage some files.
It's possible load all the messages in a single resource bundle, for example loading it in the context xml of the amp module?  

Thanks
2 REPLIES 2

openpj
Elite Collaborator
Elite Collaborator
Yes it is possible, you can take a look here:
http://docs.alfresco.com/4.0/topic/com.alfresco.enterprise.doc/tasks/ws-I18N.html
Hope this helps.

andrepra
Champ in-the-making
Champ in-the-making
Thanks PJ for reply. This link explains what i've done. One resource bundle for each web script. I would one resource bundle for the whole amp (more than one webscript).
Do you think I can use this? I'm not using Share.
http://docs.alfresco.com/4.0/index.jsp?topic=%2Fcom.alfresco.enterprise.doc%2Ftasks%2Fws-I18N.html

Thanks