// Provide the localization object for the languages you want to support.client.setTranslations({ 'en': { 'All comments': 'All comments', }, 'fr': { 'All comments': 'Tous les commentaires', }, // Add more languages as needed.});// Set one of the languages you've provided the translations for.client.setLanguage('en');