The following languages are supported out-of-the-box by File Connector:-
| English | en |
| French | fr |
| German | de |
| Spanish | es |
| Italian | it |
| Chinese | zh |
| Japanese | ja |
The Connector will detect the browser's language and will set the language automatically with English as the default fallback. This behavior can be overridden by passing the lang parameter to the initConnector API.
Opening Connector in a specific language
To open Connector in a specific language, use lang parameter.
FileSpin.initConnector({
serviceToken: "INSERT_YOUR_SERVICE_TOKEN",
lang: "zh", //sets chinese language for the interface
});
###### Please visit the Developer Playground to try out and learn more about FileSpin Web Connector