Yesterday,Dropbox official announced that it had already support chinese.Today,I find the dropbox menu really become chinese when i open.I will introduce how to install it.
 

1.The first, you must install nautilus-drobox through terminal,the command is:
sudo apt-get install nautilus-dropbox
 
2.Next step,if your system is 32-bit,you should download dropbox-lnx.x86-1.2.52.tar.gz,
if your system is 64-bit ,you should download 64-bit version.
you can through run drpbox start -i to get the download address.
 
 
  
  1. :~$ dropbox start -i 
  2. Starting Dropbox... 
  3. Dropbox is the easiest way to share and store your files online. Want to learn more? Head to http://www.dropbox.com/ 
  4.  
  5.  
  6. Error: Trouble connecting to Dropbox servers. Maybe your internet connection is down, or you need to set your http_proxy environment variable. 
  7.  
  8. URL that failed to download: http://www.dropbox.com/download?plat=lnx.x86_64 
  9. Error: [Errno 104] Connection reset by peer 
  10.  
  11. The installation of Dropbox failed. 
3. Last we decompress the package
 
  
  1. cd ~
  2. wget http://www.dropbox.com/download?plat=lnx.x86_64
  3. tar zxvf dropbox-lnx.x86_64-2.0.5.tar.gz
  4. ls .dropbox
    .dropbox/ .dropbox-dist/
4.run dropbox
 
  
  1. cd .dropbox-dist 
  2. ./dropoxd
  3. ./dropbox start

 

if you have any question,leave a message to me.