Languages

Click on the desired language to download the package



Manual language pack installation procedure

Windows procedure

With a language pack called "language.pkg", and a robot whose address is “nao.local” and whose password is “nao” 


1) Copy the file to the robot 

In a terminal, execute the command (assuming your robot’s address is “nao.local” and his address is “nao”), change accordingly: 


pscp -pw nao language.pkg nao@nao.local:/home/nao/ 


2) Open a command line on the robot

Connect to the robot with Putty (get at https://www.putty.org/): 



Linux and Mac procedure

1) Copy the file to the robot 

From a terminal: 


    scp language.pkg nao@nao.local:/home/nao/ 


2) Open a command line on the robot

In a terminal: 


    ssh nao@nao.local 


You will be prompted to enter your password 


3) Install the package 

In that terminal: 


    qicli call PackageManager.install /home/nao/language.pkg 



Level of support and integration