Tagged Questions
0
votes
1answer
243 views
error reading .po file in java
i read a bit about reading from .po files and i still have some questions. Does anyone know if you can directly read from a .po file just like reading from a .properties file in java, or does it need ...
9
votes
6answers
2k views
Is there a Java library for parsing gettext PO files?
Does anyone know of a Java library that will let me parse .PO files? I simply want to create a Map of IDs and Values so I can load them into a database.