Custom Languages
Using a Translation URL
var beeConfig = {
uid: config.uid,
...
translationsUrl: 'https://www.yourdomain.com/xx-XX.json',
...
}
Using a JSON Object
var beeConfig = {
uid: config.uid,
// additional configuration properties...
language: 'en-US',
translations: {
'bee-common-widget-bar': {
content: 'MODULES',
},
// additional translations...
},
// other properties...
};Example: overriding the Help icon label in the default toolbar
Example: overriding the Rows tab label in the sidebar
Example: overriding the Preheader
Example: Defining or adding a translation for "email"
Sample language file
Last updated
Was this helpful?

