F
Frank Landen
Hi NG,
I´ve wrote a really big application in vb6 and now, i´ve to implement a
multilanguage function in it. I´ve searched with google for a tool, which i
could use to do the localization without having so much work. I now the
resource-file.... ...but isnt there nothing else ?
It would be nice, when I could change the language at runtime, and not only
at program-start (p.e. multilizer)
I thought to put the translations into a database. But
isn´t there a tool, that give me all strings from a project ? p.e. like
this:
1. Collect a list from all strings in a project
2. User choose which strings should be translated
3. The tool replace the selected strings with variables or functions (which
return the selected language string "langstring(language, stringnumber")
4. Output the selected strings from 2. in a list/table
I think it wouldn´t be very difficult to write an app for this, but the
tools i´ve found for localizations are to complex.
Frank
I´ve wrote a really big application in vb6 and now, i´ve to implement a
multilanguage function in it. I´ve searched with google for a tool, which i
could use to do the localization without having so much work. I now the
resource-file.... ...but isnt there nothing else ?
It would be nice, when I could change the language at runtime, and not only
at program-start (p.e. multilizer)
I thought to put the translations into a database. But
isn´t there a tool, that give me all strings from a project ? p.e. like
this:
1. Collect a list from all strings in a project
2. User choose which strings should be translated
3. The tool replace the selected strings with variables or functions (which
return the selected language string "langstring(language, stringnumber")
4. Output the selected strings from 2. in a list/table
I think it wouldn´t be very difficult to write an app for this, but the
tools i´ve found for localizations are to complex.
Frank