Hosted experience overview
Customizing your experience
Language Strings
1min
The below code block displays the complete list of languageString keys that may be used to replace a UI text within Hosted Experience - along with the base values.
The below code block displays the complete list of languageString keys that may be used to replace a UI text within Hosted Experience - along with the base values.
window.uneeqInteractionsOptions = { personaShareId: "ENTER-PERSONA-SHARE-ID-HERE", languageStrings: { "default": { callToActionText: '👋 Hey! It is so good to meet you.', errorText: 'An error occurred.', textInputPlaceholder: 'Type here...', showContentToolTip: 'Show Content', sendQuestionButtonToolTip: 'Send Message', startRecordingButtonToolTip: 'Start Recording', unmuteMicrophoneToolTip: 'Unmute', muteMicrophoneToolTip: 'Mute', microphonePermissionNotAllowedButtonToolTip: 'Microphone permission not allowed', microphoneEnabledHintTitle: 'Microphone Enabled', microphoneEnabledHintText: 'You can speak to me, I\'m listening.', microphoneEnabledHintTitleOverlay: 'Mic Enabled', microphoneNotAllowedMessage: 'Microphone permission was not allowed. Please allow access to your microphone ' + 'via your browser settings, and try again.', recordingTapToStart: 'Tap to record, tap again to send', recordingSpeakNowPrompt: 'Speak now', recordingTapStopWhenDone: 'Tap stop when done', recordingStopButtonToolTip: 'Stop Recording', recordingRequestingMicrophonePrompt: 'Requesting Microphone', settingsExitButton: 'Exit', confirmExitDescription: 'Are you sure you want to exit?', confirmExitStayButton: 'STAY', confirmExitEndButton: 'EXIT', hideContentButton: 'Hide Content', hideDigitalHumanButton: 'Hide Digital Human' } } }