Index of Module localization - part-cw/lambdanative GitHub Wiki
Module: localization
Language lookup
A simple localization database - this allows the language to be changed at runtime with local-index-set!
Functions in this module:
| Function | Short Description |
|---|---|
| (local-load fname) | Loads the csv file that has the language strings in it. |
| (local-index-set! index) | Sets which language to use, by default this is set to language 1. |
| (local-get-text str) | Gets the text in the current language for a given string key. |