I have a simple experiment for doing internationalization. In this example I'm using css content properties to not reload the app when a lang changes. It works pretty nice but I'm not sure about the performance yet.
Could you give an example of how you are doing internationalization via javascript? I have to do something like that for an app and i have been wondering how to do it.