How to achieve language translation in vbcs without refreshing the application
Summary
How to achieve language translation in vbcs without refreshing the application and land on the current pageContent
Hi,
I tried to implement language translation for a page in vbcs following this blog:-
It worked fine but in the action chain we've to give Navigate to URL event to navigate to index.html for changes to be visible.. This refreshes the entire application.
Could you please suggest a way where the translated changes are visible without a refresh and the landing page should be same as current page (By default it goes to the default page of application)..
Tagged:
0