Internationalization library and tools?

K

klp

Hi Dudes
We are currently creating a std-C++ program running on both Win32 and
Linux.
We are using the ICU library for handling our UNICODE issues but we
need some sort of backend to store text strings in different
languages.

But we are missing something and we have wish-list for this:

1) We would like this storage library to be configurable so we can
choose between memory only (all resources are compiled into code,
because we do embeeded products) or filesystem persistent.

2) For the filesystem persistent solution we would like to be able to
choose between a binary and text based setup.

3) We would also like a tool (hopefully GUI) so we can edit and handle
the texts in the different languages. It is OK the tool only works on
one platform as long as the text-files.

Does anyone know any OpenSource or commercial products (not Qt) that
does this?

Best regards
 
T

tux

Hi Dudes
We are currently creating a std-C++ program running on both Win32 and
Linux.
We are using the ICU library for handling our UNICODE issues but we
need some sort of backend to store text strings in different
languages.

But we are missing something and we have wish-list for this:

1) We would like this storage library to be configurable so we can
choose between memory only (all resources are compiled into code,
because we do embeeded products) or filesystem persistent.

2) For the filesystem persistent solution we would like to be able to
choose between a binary and text based setup.

3) We would also like a tool (hopefully GUI) so we can edit and handle
the texts in the different languages. It is OK the tool only works on
one platform as long as the text-files.

Does anyone know any OpenSource or commercial products (not Qt) that
does this?

Best regards

i think maybe you can try wxwidgets
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,176
Messages
2,570,950
Members
47,503
Latest member
supremedee

Latest Threads

Top