Hi,
as far as I understand, you're looking for a resource file maker in the form of a module with an engine that binds to a translation dictionary in the database.
Vicenç can probably confirm that, but I don't think that's what the next steps of dnn loclization will aim for, since content localization and validation workflow will rather base on duplicating the structured data through foreign keys than tapping into a non structured data source.
On the other hand, such an engine is pretty much what our module does, except than it taps into a translation web service rather than a dictionary table.
Can you precise the kind of interface you'd like to see?
Maybe something like:
- An alphabetical view grid / tree view for browsing the dictionary
- An edit form for adding / editing translation entries
- A form to configure / launch the engine that creates / updates the resource file
just a few days of programming it seems to me.