Greetings!
I have silverlight app located in the IFrame which was deployed with "Pass record object-type code and unique identifier as parameters".
The parameter I'm interested in is called userlcid. While page with SL is opened I change the language through "Options" modal window. After confirmation the whole page is reloaded, but, while ribbon being displayed with correct language, the IFrame
still being loaded with old params (in "src" attribute) like "userlcid=1031" but should be (for example) "userlcid=1033".
Can you explain how to make IFrame load with actual parameters?
Regards.