Hello all!
I've written a Magento module that provides an interface for it's users to customize the embed code for a Javascript widget. Several of the configuration options are free text forms 'Title', 'Button text', etc.. All works perfectly until we consider that this module may be used on a multi-language Magento installation where these fields would need to be different/translated across languages.
Instead of asking our users to create a separate instance of the widget within our module for every single language supported by their installation - does anyone have any better ideas on how this could be achieved ?
Thanks!