I´ve got the following issue:
I want to change the Language of a .aspx Page, the NewForm.aspx. Therefor I created a WebPart which was added to the NewForm.
<div>
<a href="" onclick="OnSelectionChange(1033);">
<img alt="" src="..." />
</a>
<a href="" onclick="OnSelectionChange(1031);">
<img alt="" src="..." />
</a>
</div>
Problem of all is, that the a-tag points to the List where the NewForm belongs to so that the dialog after click shows the list not the NewForm view. What I want is that the NewForm ModalDialog just "refresh" or "reload" and the language is set. Do I have to set the lijnk to the NewForm manually or is there another way?
Thanks for all effort!