Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
Hi all,
In mashup, I have a dropdown to select/change language for the user.
Whenever dropdown value changed I'm setting user language preference through service. The problem is localization values are not updating until I refresh the mashup manually. I tried using navigation function also still didn't work.
Could any one help me to solve this. I want localization value should be updated automatically
/VR
Solved! Go to Solution.
the only way is to use the refresh, you can trigger a refresh using the expression widget so a user doesn't have to manually hit refresh.
You should be able to use location.reload()
the only way is to use the refresh, you can trigger a refresh using the expression widget so a user doesn't have to manually hit refresh.
You should be able to use location.reload()
Thanks @PaiChung It worked.
I also used a link widget to reload the page that too worked but the expression method makes more sense.
/VR