The following languages are supported out-of-the-box by File Picker UI.
Key | Description |
---|---|
English | en |
French | fr |
German | de |
Spanish | es |
Italian | it |
Chinese | zh |
Japanese | ja |
The Picker 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 initPicker
API.
Opening Picker in a specific language
To open Picker in a specific language, use lang
parameter.
FileSpin.initPicker({
uploadKey: "UPLOAD_KEY",
lang: "zh", //sets chinese language for the interface
});
Please visit the Developer Playground to try out and learn more about FileSpin Picker