home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2007 January, February, March & April
/
Chip-Cover-CD-2007-02.iso
/
boot
/
i386
/
root
/
usr
/
share
/
YaST2
/
clients
/
inst_language.ycp
< prev
next >
Wrap
Text File
|
2006-11-29
|
386b
|
16 lines
/**
* Client for initial language setting (part of installation sequence)
* Author: Jiri Suchomel <jsuchome@suse.cz>
* $Id: inst_language.ycp 25808 2005-10-05 15:13:41Z jsuchome $
*/
{
import "GetInstArgs";
map args = GetInstArgs::argmap();
if (args["first_run"]:"yes" != "no")
args["first_run"] = "yes";
return WFM::CallFunction ("select_language", [args]);
}