Use other translation resources apart from .resx files

Mar 16, 2012 at 12:07 PM

Hello everybody.

I'm trying to create a multilingual application that will read the multilingual strings from a database table at runtime.

Is there any way to do this using your extension? In what structure should I load the values so as your extension could read them on culture change?

I successfully tested the extensions using resource files, and would love to use its functionality customized to my own needs.

Thanks.