M
Michael
Hi.
Could anyone help me out with this one.
I have a aspx page from where users may send invites to other users.
When the user clicks the "send invite"-button an email is generated.
Now here's the case:
I'm interested in sending the email in the language chosen by the user.
mail.Body = Resources.iwm.emailBodySendWL;
This would load the corresponding language as given in the @page directive
(UICulture="auto")
But lets say the user is interested in sending an invite in another language
than he/she has in the browsersettings.
Whats the best way to achieve that?
Thanks!
Michael
Could anyone help me out with this one.
I have a aspx page from where users may send invites to other users.
When the user clicks the "send invite"-button an email is generated.
Now here's the case:
I'm interested in sending the email in the language chosen by the user.
mail.Body = Resources.iwm.emailBodySendWL;
This would load the corresponding language as given in the @page directive
(UICulture="auto")
But lets say the user is interested in sending an invite in another language
than he/she has in the browsersettings.
Whats the best way to achieve that?
Thanks!
Michael