I need to enable user of my web application to change language during runtime. I have link buttons that cuases postback and in the eventhandler I change the language by:
MicroFour.StrataFrame.UI.Localization.MessageLocaleID = 1029
However the language is not changed until the postback is called once again. It seems that language texts are set before the linkbutton click event handler is processed. Is there any solution or workaround?
Thank You
George