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.
JS
|
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...', sendQuestionButtonToolTip: 'Send Message', startRecordingButtonToolTip: 'Start Recording', microphonePermissionBlockedButtonToolTip: 'Microphone permission blocked', 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' } } }