I am curious if anyone knows when using the translation manager in Perspective with some locale that is not English, does it query the IDB once to change the strings? Or is there a sequential check when the browser reloads?
I'm curious because I am looking at the system.util.translate function which is essentially doing what is described above as a one off. So why would I need to call this function if there is a global way to set translated strings?