You are digging deep now on the app
The chosen language is saved on local storage
window.localStorage.getItem(‘locale’);
the language strings pushed out from churchadminplugin.com are at
window.localStorage.getItem(‘language’) – don’t forget that can be randomly updated from my server, so best to put your extra strings in a different storage location.