WOPI Change Language
Original Question or Issue:
How can I change the language in the FileCloud Web Editing interface from English to other languages?
Environment:
- Product - FileCloud Server
- Version - Any
- Platform - Any
Steps to Reproduce:
Edit a file using WOPI.
Error or Log Message:
Defect or Enhancement Number:
Cause:
The default language is English.
Resolution or Workaround:
To change the WOPI page interface language, add the following flag:
define("WOPI_CLIENT_LOCALEID", "it-IT"); //for Italian
define("WOPI_CLIENT_LOCALEID", "ar-AR"); //for Arabic
TO:
Linux: /var/www/html/config/cloudconfig.php
Windows: <Drive_Letter>:\xampp\htdocs\config\cloudconfig.php
Notes:
Two languages are mentioned as examples, other language settings can be used as per the requirement.