Guides

Internationalization (i18n)

The following languages are supported out-of-the-box by File Picker UI.

KeyDescription
Englishen
Frenchfr
Germande
Spanishes
Italianit
Chinesezh
Japaneseja

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