Problems after updating the WPS Office
Tofloor
poster avatar
josemarcos
deepin
2017-12-20 02:48
Author
Hello everyone.

WPS was updated this week, but I realized that I can not change the language. Before the update was working correctly in my language, but after this update, only has in English and Chinese. It gives a network error and the option to follow the system location is disabled. The internet is working properly.


Reply Favorite View the author
All Replies
pludimas
deepin
2017-12-20 04:59
#1
I have same problem. Native language Russian, but WPS interface in English only and no by default Russian dictionary.
Reply View the author
josemarcos
deepin
2017-12-20 07:34
#2
My native language is Portuguese Brazil and the interface is also in English and I can not change.
Reply View the author
kayoo
deepin
2018-01-10 06:26
#3
You could use a last patch :

  1. old_version=$(find $HOME/.kingsoft/office6/mui/* -maxdepth 1 -type d -name fr_FR |sort -n |tail -1 |awk -F/ '{ print $7 }')
  2. new_version=$(dpkg -l |grep ' wps-office ' |awk '{ print $3 }')
  3. cd $HOME/.kingsoft/office6/mui/
  4. ln -s $old_version $new_version
Copy the Code

change fr_FR by your locale env


Reply View the author