Languages
Widgets and Surveys will use the current browser language by default, but you can override the language by specifying one in your config.
window.Frill('container', {
  key: 'YOUR_SCRIPT_KEY',
  language: 'es',
});If your company does not have the specified language it will fallback to the company default.
Last updated