Using GNU getText (.po files) to manage the internationalization process
36 views
Skip to first unread message
ialexei
unread,
Jul 22, 2011, 1:30:20 PM7/22/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
Hi,
Our company is looking at using gnu gettext through out the product,
due to the availability of abundant tools that work with the .po
standard.
It seems straight forward to go with the .po files for a pure java
swing application and C/C++ pieces of our product.
But our WebGUI is built with GWT.
Has anyone tried using these in a GWT project ?
Any ideas/suggestions ?
-A
Jens
unread,
Jul 22, 2011, 1:46:52 PM7/22/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
Haven't tried it but maybe using http://jsgettext.berlios.de/ along with a custom GWT wrapper using GWT's JSNI feature could work.