parent
07f39d92a0
commit
7c9525b735
|
@ -515,7 +515,8 @@ being set when the module is executed on the given remote system. By default th
|
||||||
module_lang
|
module_lang
|
||||||
===========
|
===========
|
||||||
|
|
||||||
This is to set the default language to communicate between the module and the system. By default, the value is 'C'::
|
This is to set the default language to communicate between the module and the system.
|
||||||
|
By default, the value is value `LANG` on the controller or, if unset, `en_US.UTF-8` (it used to be `C` in previous versions)::
|
||||||
|
|
||||||
module_lang = en_US.UTF-8
|
module_lang = en_US.UTF-8
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue