Re: ERMailDeliveryHTML + Localization ?!?!

2012-10-26 Thread Riccardo De Menna
Hi Kieran, As you suggested I went a little deeper and found the problem. I'm often faced with the need to send a quick email from my code while building a response page for the user. For example, in this case, the admin user of the website has a button to reset regular user passwords and the

ERMailDeliveryHTML + Localization ?!?!

2012-10-24 Thread Riccardo De Menna
Hi all, I'm delivering a standard password reset email using ERMailDeliveryHTML. It works perfectly but my client has asked me to localize the website in multiple languages and, I don't know why, but ERMailDeliveryHTML does not seem to pickup the different .lprj folders in the components

Re: ERMailDeliveryHTML + Localization ?!?!

2012-10-24 Thread Kieran Kelleher
ERMailDeliveryHTML content is WOComponent-based, so assuming you are using localized string elements, why not try debugging what's going on with getting the current localizer in er.extensions.localization.ERXLocalizer.currentLocalizer() if you are generating emails in a background thread