1 <?xml version="1.0" encoding="UTF-8"?>
3 * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
4 * Copyright (C) 2007 - INRIA - Allan CORNET
5 * Copyright (C) 2007 - INRIA - Sylvestre LEDRU
7 * Copyright (C) 2012 - 2016 - Scilab Enterprises
9 * This file is hereby licensed under the terms of the GNU GPL v2.0,
10 * pursuant to article 5.3.4 of the CeCILL v.2.1.
11 * This file was originally licensed under the terms of the CeCILL v2.1,
12 * and continues to be available under such terms.
13 * For more information, see the COPYING file which you should have received
14 * along with this program.
17 <refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" xmlns:scilab="http://www.scilab.org" xml:lang="en" xml:id="getlanguage">
19 <refname>getlanguage</refname>
20 <refpurpose>returns the current language used by Scilab.</refpurpose>
24 <synopsis>getlanguage()</synopsis>
27 <title>Description</title>
29 <literal>getlanguage()</literal> returns the current language used by Scilab.
33 <title>Examples</title>
34 <programlisting role="example"><![CDATA[
39 <refsection role="see also">
40 <title>See also</title>
41 <simplelist type="inline">
43 <link linkend="setlanguage">setlanguage</link>