[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Internationalization of Lua
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 29 Nov 2016 09:04:05 -0200
You need to set the locale inside Lua:
% lua
Lua 5.3.3 Copyright (C) 1994-2016 Lua.org, PUC-Rio
> os.setlocale"fr_FR"
fr_FR
> "3,14" + 1
4,14
- References:
- Re: Internationalization of Lua, Gregg Reynolds
- Re: Internationalization of Lua, Gregg Reynolds
- Re: Internationalization of Lua, Sean Conner
- Re: Internationalization of Lua, Dirk Laurie
- Re: Internationalization of Lua, mathieu stumpf guntz
- Re: Internationalization of Lua, mathieu stumpf guntz
- Re: Internationalization of Lua, mathieu stumpf guntz
- Re: Internationalization of Lua, mathieu stumpf guntz
- Re: Internationalization of Lua, mathieu stumpf guntz
- Re: Internationalization of Lua, mathieu stumpf guntz