webmcp

view demo-app/app/main/index/_action/set_lang.lua @ 172:a83164390355

Allow json.object and json.array functions to convert any Lua value using __pairs and __ipairs metamethods
author jbe
date Fri Aug 01 17:11:59 2014 +0200 (2014-08-01)
parents 9fdfb27f8e67
children
line source
1 app.session.user.lang = param.get("lang")
2 app.session.user:save()
4 locale.set{ lang = app.session.user.lang }
6 slot.put_into("notice", _"Language changed")

Impressum / About Us