Version 3, changed by s3admin. 12/16/2006. Show version history
Jot implements localization through a variable named L (a short name is used because you end up typing it a lot). L is a map-like data structure. Accessing a key in L, e.g. ${L/save_button}, will use the configured locale to look up the string named by save_button.
The L variable is an alias for the JotLib function locale.getLocale().