Testing localizations
chrisi
Christian Morgner
Did you know that you can use the _locale request parameter to check the localizations of any page rendered by Structr?
Context: if you want to serve your application in different languages based on the user’s locale settings, you can use the $.localize() function to display localized text snippets.
If you then want to check how the page looks in different languages, you don’t need to change the browser locale, you can simply send the request parameter _locale=de and you will get the German version of your application (if translations exist).
99