I have two frames in my .NET app (frame1 and frame2). In frame2, I have a button to switch from one language to another one and it works fine within this frame -> postback is done, language is switched and page reloads in the other language. Problem is that there are localized buttons in my other frame (frame1) but they do not refresh. How and where should I trigger the refresh of frame1 ?
Sorry for maybe not being very clear, I'm still a newbie in frames...