Skip to content

Index of Module localization

Dustin edited this page Sep 2, 2014 · 8 revisions

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.

Clone this wiki locally