HomeDocumentationAPI Reference
Getting StartedAPI ReferenceBug ReportingCrash ReportingAPMHelp Center
API Reference

Change String Values

Rather than change the locale, you can change specific strings in the SDK to match your preference. This method takes two arguments, the key of the string you'd like to change, the string you'd like to replace it with.

Method

Luciq.setValue("Please enter a correct email address", forStringWithKey: kLCQInvalidEmailTitleStringName)
[Luciq setValue:@"Please enter a correct email address" forStringWithKey:kLCQInvalidEmailTitleStringName];
LuciqCustomTextPlaceHolder placeHolder = new LuciqCustomTextPlaceHolder();
placeHolder.set(LuciqCustomTextPlaceHolder.Key.REPORT_FEEDBACK, "Send Feedback");
Luciq.setCustomTextPlaceHolders(placeHolder);
val placeHolder = LuciqCustomTextPlaceHolder()
placeHolder.set(LuciqCustomTextPlaceHolder.Key.REPORT_FEEDBACK, "Send Feedback")
Luciq.setCustomTextPlaceHolders(placeHolder)
Luciq.setString("Please enter a correct email address", Luciq.strings.invalidEmailMessage);
Luciq.setValueForStringWithKey("Please enter a correct email address", CustomTextPlaceHolderKey.invalidEmailMessage);
//iOS
Luciq.SetValue("Report a bug", LCQString.ReportBug);

//Android
LuciqCustomTextPlaceHolder placeHolder = new LuciqCustomTextPlaceHolder();
placeHolder.Set(LuciqCustomTextPlaceHolder.Key.ReportBug, "Report a new bug");
Luciq.SetCustomTextPlaceHolders(placeHolder);
Locale Parameters:

kLCQStartAlertTextStringName
kLCQShakeStartAlertTextStringName
kLCQTwoFingerSwipeStartAlertTextStringName
kLCQEdgeSwipeStartAlertTextStringName
kLCQScreenshotStartAlertTextStringName
kLCQInvalidEmailMessageStringName
kLCQInvalidEmailTitleStringName
kLCQInvalidCommentMessageStringName
kLCQInvalidCommentTitleStringName
kLCQInvocationTitleStringName
kLCQAskAQuestionStringName
kLCQReportBugStringName
kLCQReportFeedbackStringName
kLCQReportBugDescriptionStringName
kLCQReportFeedbackDescriptionStringName
kLCQReportQuestionDescriptionStringName
kLCQRequestFeatureDescriptionStringName
kLCQEmailFieldPlaceholderStringName
kLCQCommentFieldPlaceholderForBugReportStringName
kLCQCommentFieldPlaceholderForFeedbackStringName
kLCQCommentFieldPlaceholderForQuestionStringName
kLCQChatReplyFieldPlaceholderStringName
kLCQAddScreenRecordingMessageStringName
kLCQAddVoiceMessageStringName
kLCQAddImageFromGalleryStringName
kLCQAddExtraScreenshotStringName
kLCQAudioRecordingPermissionDeniedTitleStringName
kLCQAudioRecordingPermissionDeniedMessageStringName
kLCQScreenRecordingPermissionDeniedMessageStringName
kLCQMicrophonePermissionAlertSettingsButtonTitleStringName
kLCQMicrophonePermissionAlertLaterButtonTitleStringName
kLCQChatsTitleStringName
kLCQTeamStringName
kLCQRecordingMessageToHoldTextStringName
kLCQRecordingMessageToReleaseTextStringName
kLCQMessagesNotificationTitleSingleMessageStringName
kLCQMessagesNotificationTitleMultipleMessagesStringName
kLCQScreenshotTitleStringName
kLCQOkButtonTitleStringName
kLCQSendButtonTitleStringName
kLCQCancelButtonTitleStringName
kLCQThankYouAlertTitleStringName
kLCQThankYouAlertMessageStringName
kLCQAudioStringName
kLCQScreenRecordingStringName
kLCQImageStringName
kLCQReachedMaximimNumberOfAttachmentsTitleStringName
kLCQReachedMaximimNumberOfAttachmentsMessageStringName
kLCQVideoRecordingFailureMessageStringName
kLCQSurveyEnterYourAnswerTextPlaceholder
kLCQVideoPressRecordTitle
kLCQCollectingDataText
kLCQLowDiskStorageTitle
kLCQLowDiskStorageMessage
kLCQInboundByLineMessage
kLCQExtraFieldIsRequiredText
kLCQExtraFieldMissingDataText
kLCQSurveyIntroTitleText
kLCQSurveyIntroDescriptionText
kLCQSurveyIntroTakeSurveyButtonText
kLCQStoreRatingThankYouTitleText
kLCQStoreRatingThankYouDescriptionText
kLCQCustomSurveyThankYouTitleText
kLCQCustomSurveyThankYouDescriptionText
kLCQSurveysNPSLeastLikelyStringName
kLCQSurveysNPSMostLikelyStringName
kLCQSurveyNextButtonTitle
kLCQSurveySubmitButtonTitle
kLCQSurveyAppStoreThankYouTitle
kLCQSurveyAppStoreButtonTitle
kLCQExpectedResultsStringName
kLCQActualResultsStringName
kLCQStepsToReproduceStringName
kLCQReplyButtonTitleStringName
kLCQFeatureRequestsTitle 
kLCQFeatureDetailsTitle 
kLCQStringFeatureRequestsRefreshText 
kLCQFeatureRequestSortingByRecentlyUpdatedText 
kLCQFeatureRequestSortingByTopVotesText 
kLCQFeatureRequestErrorStateTitleLabel 
kLCQFeatureRequestErrorStateDescriptionLabel 
kLCQBetaWelcomeMessageWelcomeStepTitle;
kLCQBetaWelcomeMessageWelcomeStepContent;
kLCQBetaWelcomeMessageHowToReportStepTitle;
kLCQBetaWelcomeMessageHowToReportStepContent;
kLCQBetaWelcomeMessageFinishStepTitle;
kLCQBetaWelcomeMessageFinishStepContent;
kLCQBetaWelcomeDoneButtonTitle;
kLCQLiveWelcomeMessageTitle;
kLCQLiveWelcomeMessageContent;
kLCQReproStepsListHeader
kLCQReproStepsListEmptyStateLabel
kLCQReproStepsListTitle
kLCQReproStepsListItemName
kLCQReproStepsDisclaimerBody
kLCQReproStepsDisclaimerLink
kLCQDiscardAlertTitle
kLCQDiscardAlertMessage
kLCQInsufficientContentTitleStringName
kLCQInsufficientContentMessageStringName
kLCQStartAlertTextStringName
kLCQShakeStartAlertTextStringName
kLCQTwoFingerSwipeStartAlertTextStringName
kLCQEdgeSwipeStartAlertTextStringName
kLCQScreenshotStartAlertTextStringName
kLCQInvalidEmailMessageStringName
kLCQInvalidEmailTitleStringName
kLCQInvalidCommentMessageStringName
kLCQInvalidCommentTitleStringName
kLCQInvocationTitleStringName
kLCQAskAQuestionStringName
kLCQReportBugStringName
kLCQReportFeedbackStringName
kLCQReportBugDescriptionStringName
kLCQReportFeedbackDescriptionStringName
kLCQReportQuestionDescriptionStringName
kLCQRequestFeatureDescriptionStringName
kLCQEmailFieldPlaceholderStringName
kLCQCommentFieldPlaceholderForBugReportStringName
kLCQCommentFieldPlaceholderForFeedbackStringName
kLCQCommentFieldPlaceholderForQuestionStringName
kLCQChatReplyFieldPlaceholderStringName
kLCQAddScreenRecordingMessageStringName
kLCQAddVoiceMessageStringName
kLCQAddImageFromGalleryStringName
kLCQAddExtraScreenshotStringName
kLCQAudioRecordingPermissionDeniedTitleStringName
kLCQAudioRecordingPermissionDeniedMessageStringName
kLCQScreenRecordingPermissionDeniedMessageStringName
kLCQMicrophonePermissionAlertSettingsButtonTitleStringName
kLCQMicrophonePermissionAlertLaterButtonTitleStringName
kLCQChatsTitleStringName
kLCQTeamStringName
kLCQRecordingMessageToHoldTextStringName
kLCQRecordingMessageToReleaseTextStringName
kLCQMessagesNotificationTitleSingleMessageStringName
kLCQMessagesNotificationTitleMultipleMessagesStringName
kLCQScreenshotTitleStringName
kLCQOkButtonTitleStringName
kLCQSendButtonTitleStringName
kLCQCancelButtonTitleStringName
kLCQThankYouAlertTitleStringName
kLCQThankYouAlertMessageStringName
kLCQAudioStringName
kLCQScreenRecordingStringName
kLCQImageStringName
kLCQReachedMaximimNumberOfAttachmentsTitleStringName
kLCQReachedMaximimNumberOfAttachmentsMessageStringName
kLCQVideoRecordingFailureMessageStringName
kLCQSurveyEnterYourAnswerTextPlaceholder
kLCQVideoPressRecordTitle
kLCQCollectingDataText
kLCQLowDiskStorageTitle
kLCQLowDiskStorageMessage
kLCQInboundByLineMessage
kLCQExtraFieldIsRequiredText
kLCQExtraFieldMissingDataText
kLCQSurveyIntroTitleText
kLCQSurveyIntroDescriptionText
kLCQSurveyIntroTakeSurveyButtonText
kLCQStoreRatingThankYouTitleText
kLCQStoreRatingThankYouDescriptionText
kLCQCustomSurveyThankYouTitleText
kLCQCustomSurveyThankYouDescriptionText
kLCQSurveysNPSLeastLikelyStringName
kLCQSurveysNPSMostLikelyStringName
kLCQSurveyNextButtonTitle
kLCQSurveySubmitButtonTitle
kLCQSurveyAppStoreThankYouTitle
kLCQSurveyAppStoreButtonTitle
kLCQExpectedResultsStringName
kLCQActualResultsStringName
kLCQStepsToReproduceStringName
kLCQReplyButtonTitleStringName
kLCQFeatureRequestsTitle 
kLCQFeatureDetailsTitle 
kLCQStringFeatureRequestsRefreshText 
kLCQFeatureRequestSortingByRecentlyUpdatedText 
kLCQFeatureRequestSortingByTopVotesText 
kLCQFeatureRequestErrorStateTitleLabel 
kLCQFeatureRequestErrorStateDescriptionLabel 
kLCQBetaWelcomeMessageWelcomeStepTitle;
kLCQBetaWelcomeMessageWelcomeStepContent;
kLCQBetaWelcomeMessageHowToReportStepTitle;
kLCQBetaWelcomeMessageHowToReportStepContent;
kLCQBetaWelcomeMessageFinishStepTitle;
kLCQBetaWelcomeMessageFinishStepContent;
kLCQBetaWelcomeDoneButtonTitle;
kLCQLiveWelcomeMessageTitle;
kLCQLiveWelcomeMessageContent;
kLCQReproStepsListHeader
kLCQReproStepsListEmptyStateLabel
kLCQReproStepsListTitle
kLCQReproStepsListItemName
kLCQReproStepsDisclaimerBody
kLCQReproStepsDisclaimerLink
kLCQDiscardAlertTitle
kLCQDiscardAlertMessage
kLCQInsufficientContentTitleStringName
kLCQInsufficientContentMessageStringName
SHAKE_HINT
SWIPE_HINT
INVALID_EMAIL_MESSAGE
INVALID_COMMENT_MESSAGE
INVOCATION_HEADER
REPORT_BUG
REPORT_FEEDBACK
REPORT_QUESTION
REPORT_BUG_DESCRIPTION
REPORT_FEEDBACK_DESCRIPTION
REPORT_QUESTION_DESCRIPTION
REQUEST_FEATURE_DESCRIPTION
EMAIL_FIELD_HINT
COMMENT_FIELD_HINT_FOR_BUG_REPORT
COMMENT_FIELD_HINT_FOR_FEEDBACK
ADD_VOICE_MESSAGE
ADD_IMAGE_FROM_GALLERY
ADD_EXTRA_SCREENSHOT
CONVERSATIONS_LIST_TITLE
AUDIO_RECORDING_PERMISSION_DENIED
CONVERSATION_TEXT_FIELD_HINT
BUG_REPORT_HEADER
FEEDBACK_REPORT_HEADER
VOICE_MESSAGE_PRESS_AND_HOLD_TO_RECORD
VOICE_MESSAGE_RELEASE_TO_ATTACH
REPORT_SUCCESSFULLY_SENT
SUCCESS_DIALOG_HEADER
ADD_VIDEO
VIDEO_PLAYER_TITLE
FEATURES_REQUEST
FEATURES_REQUEST_ADD_FEATURE_TOAST
FEATURES_REQUEST_ADD_FEATURE_THANKS_MESSAGE
SURVEYS_WELCOME_SCREEN_TITLE
SURVEYS_WELCOME_SCREEN_SUBTITLE
SURVEYS_WELCOME_SCREEN_BUTTON
LUCIQ_CUSTOM_SURVEY_THANKS_TITLE
LUCIQ_CUSTOM_SURVEY_THANKS_SUBTITLE
BETA_WELCOME_MESSAGE_WELCOME_STEP_TITLE
BETA_WELCOME_MESSAGE_WELCOME_STEP_CONTENT
BETA_WELCOME_MESSAGE_HOW_TO_REPORT_STEP_TITLE
BETA_WELCOME_MESSAGE_HOW_TO_REPORT_STEP_CONTENT
BETA_WELCOME_MESSAGE_FINISH_STEP_TITLE
BETA_WELCOME_MESSAGE_FINISH_STEP_CONTENT
LIVE_WELCOME_MESSAGE_TITLE
LIVE_WELCOME_MESSAGE_CONTENT
REPLIES_NOTIFICATION_DISMISS_BUTTON
REPLIES_NOTIFICATION_REPLY_BUTTON
CHATS_TEAM_STRING_NAME
REPORT_REPRO_STEPS_DISCLAIMER_BODY
REPRO_STEPS_PROGRESS_DIALOG_BODY
REPRO_STEPS_LIST_HEADER
REPRO_STEPS_LIST_DESCRIPTION
REPRO_STEPS_LIST_EMPTY_STATE_DESCRIPTION
REPORT_ADD_ATTACHMENT_HEADER
REPORT_DISCARD_DIALOG_TITLE
REPORT_DISCARD_DIALOG_BODY
REPORT_DISCARD_DIALOG_NEGATIVE_ACTION
REPORT_DISCARD_DIALOG_POSITIVE_ACTION
REPORT_REPRO_STEPS_DISCLAIMER_LINK
SHAKE_HINT
SWIPE_HINT
INVALID_EMAIL_MESSAGE
INVALID_COMMENT_MESSAGE
INVOCATION_HEADER
REPORT_BUG
REPORT_FEEDBACK
REPORT_QUESTION
REPORT_BUG_DESCRIPTION
REPORT_FEEDBACK_DESCRIPTION
REPORT_QUESTION_DESCRIPTION
REQUEST_FEATURE_DESCRIPTION
EMAIL_FIELD_HINT
COMMENT_FIELD_HINT_FOR_BUG_REPORT
COMMENT_FIELD_HINT_FOR_FEEDBACK
ADD_VOICE_MESSAGE
ADD_IMAGE_FROM_GALLERY
ADD_EXTRA_SCREENSHOT
CONVERSATIONS_LIST_TITLE
AUDIO_RECORDING_PERMISSION_DENIED
CONVERSATION_TEXT_FIELD_HINT
BUG_REPORT_HEADER
FEEDBACK_REPORT_HEADER
VOICE_MESSAGE_PRESS_AND_HOLD_TO_RECORD
VOICE_MESSAGE_RELEASE_TO_ATTACH
REPORT_SUCCESSFULLY_SENT
SUCCESS_DIALOG_HEADER
ADD_VIDEO
VIDEO_PLAYER_TITLE
FEATURES_REQUEST
FEATURES_REQUEST_ADD_FEATURE_TOAST
FEATURES_REQUEST_ADD_FEATURE_THANKS_MESSAGE
SURVEYS_WELCOME_SCREEN_TITLE
SURVEYS_WELCOME_SCREEN_SUBTITLE
SURVEYS_WELCOME_SCREEN_BUTTON
LUCIQ_CUSTOM_SURVEY_THANKS_TITLE
LUCIQ_CUSTOM_SURVEY_THANKS_SUBTITLE
BETA_WELCOME_MESSAGE_WELCOME_STEP_TITLE
BETA_WELCOME_MESSAGE_WELCOME_STEP_CONTENT
BETA_WELCOME_MESSAGE_HOW_TO_REPORT_STEP_TITLE
BETA_WELCOME_MESSAGE_HOW_TO_REPORT_STEP_CONTENT
BETA_WELCOME_MESSAGE_FINISH_STEP_TITLE
BETA_WELCOME_MESSAGE_FINISH_STEP_CONTENT
LIVE_WELCOME_MESSAGE_TITLE
LIVE_WELCOME_MESSAGE_CONTENT
REPLIES_NOTIFICATION_DISMISS_BUTTON
REPLIES_NOTIFICATION_REPLY_BUTTON
CHATS_TEAM_STRING_NAME
REPORT_REPRO_STEPS_DISCLAIMER_BODY
REPRO_STEPS_PROGRESS_DIALOG_BODY
REPRO_STEPS_LIST_HEADER
REPRO_STEPS_LIST_DESCRIPTION
REPRO_STEPS_LIST_EMPTY_STATE_DESCRIPTION
REPORT_ADD_ATTACHMENT_HEADER
REPORT_DISCARD_DIALOG_TITLE
REPORT_DISCARD_DIALOG_BODY
REPORT_DISCARD_DIALOG_NEGATIVE_ACTION
REPORT_DISCARD_DIALOG_POSITIVE_ACTION
REPORT_REPRO_STEPS_DISCLAIMER_LINK
Luciq.strings.shakeHint
Luciq.strings.swipeHint
Luciq.strings.edgeSwipeStartHint
Luciq.strings.startAlertText
Luciq.strings.invalidEmailMessage
Luciq.strings.invalidEmailTitle
Luciq.strings.invalidCommentMessage
Luciq.strings.invalidCommentTitle
Luciq.strings.thankYouAlertText
Luciq.strings.invocationHeader
Luciq.strings.reportQuestion
Luciq.strings.reportBug
Luciq.strings.reportFeedback
Luciq.strings.reportBugDescription
Luciq.strings.reportFeedbackDescription
Luciq.strings.reportQuestionDescription
Luciq.strings.requestFeatureDescription
Luciq.strings.emailFieldHint
Luciq.strings.commentFieldHintForBugReport
Luciq.strings.commentFieldHintForFeedback
Luciq.strings.addVideoMessage
Luciq.strings.addVoiceMessage
Luciq.strings.addImageFromGallery
Luciq.strings.addExtraScreenshot
Luciq.strings.audioRecordingPermissionDeniedTitle
Luciq.strings.audioRecordingPermissionDeniedMessage
Luciq.strings.microphonePermissionAlertSettingsButtonText Luciq.microphonePermissionAlertSettingsButtonText,
Luciq.strings.recordingMessageToHoldText
Luciq.strings.recordingMessageToReleaseText
Luciq.strings.conversationsHeaderTitle
Luciq.strings.screenshotHeaderTitle
Luciq.strings.doneButtonText
Luciq.strings.okButtonText
Luciq.strings.cancelButtonText
Luciq.strings.thankYouText
Luciq.strings.welcomeMessagebetaWelcomeStepTitle
Luciq.strings.welcomeMessagebetaWelcomeStepContent
Luciq.strings.welcomeMessagebetaHowToReportStepTitle
Luciq.strings.welcomeMessagebetaHowToReportStepContent
Luciq.strings.welcomeMessagebetaFinishStepTitle
Luciq.strings.welcomeMessagebetaFinishStepContent
Luciq.strings.audio
Luciq.strings.image
Luciq.strings.team
Luciq.strings.messageNotification
Luciq.strings.messagesNotificationAndOthers
Luciq.strings.insufficientContentTitle
Luciq.strings.insufficientContentMessage

// iOS only 
Luciq.strings.collectingDataText
LCQCustomTextPlaceHolderKey.shakeHint
LCQCustomTextPlaceHolderKey.swipeHint
LCQCustomTextPlaceHolderKey.invalidEmailMessage
LCQCustomTextPlaceHolderKey.invalidCommentMessage
LCQCustomTextPlaceHolderKey.invocationHeader
LCQCustomTextPlaceHolderKey.reportBug
LCQCustomTextPlaceHolderKey.reportFeedback
LCQCustomTextPlaceHolderKey.reportQuestion
LCQCustomTextPlaceHolderKey.emailFieldHint
LCQCustomTextPlaceHolderKey.commentFieldHintForBugReport
LCQCustomTextPlaceHolderKey.commentFieldHintForFeedback
LCQCustomTextPlaceHolderKey.addImageFromGallery
LCQCustomTextPlaceHolderKey.addExtraScreenshot
LCQCustomTextPlaceHolderKey.conversationsListTitle
LCQCustomTextPlaceHolderKey.audioRecordingPermissionDenied
LCQCustomTextPlaceHolderKey.conversationTextFieldHint
LCQCustomTextPlaceHolderKey.bugReportHeader
LCQCustomTextPlaceHolderKey.feedbackReportHeader
LCQCustomTextPlaceHolderKey.voiceMessagePressAndHoldToRecord
LCQCustomTextPlaceHolderKey.voiceMessageReleaseToAttach
LCQCustomTextPlaceHolderKey.reportSuccessfullySent
LCQCustomTextPlaceHolderKey.successDialogHeader
LCQCustomTextPlaceHolderKey.addVideo
LCQCustomTextPlaceHolderKey.betaWelcomeMessageWelcomeStepTitle
LCQCustomTextPlaceHolderKey.betaWelcomeMessageWelcomeStepContent
LCQCustomTextPlaceHolderKey.betaWelcomeMessageHowToReportStepTitle
LCQCustomTextPlaceHolderKey.betaWelcomeMessageHowToReportStepContent
LCQCustomTextPlaceHolderKey.betaWelcomeMessageFinishStepTitle
LCQCustomTextPlaceHolderKey.betaWelcomeMessageFinishStepContent
LCQCustomTextPlaceHolderKey.liveWelcomeMessageTitle
LCQCustomTextPlaceHolderKey.liveWelcomeMessageContent
// iOS
LCQStringKey.LCQActualResultsStringName
LCQStringKey.LCQAddAttachmentButtonTitleStringName
LCQStringKey.LCQAddExtraScreenshotStringName
LCQStringKey.LCQAddImageFromGalleryStringName
LCQStringKey.LCQAddNewFeatureRequestCancelPromptTitle
LCQStringKey.LCQAddNewFeatureRequestCancelPromptYesAction
LCQStringKey.LCQAddNewFeatureRequestErrorToastText
LCQStringKey.LCQAddNewFeatureRequestLoadingHUDTitle
LCQStringKey.LCQAddNewFeatureRequestSuccessHUDMessage
LCQStringKey.LCQAddNewFeatureRequestSuccessHUDTitle
LCQStringKey.LCQAddNewFeatureRequestText
LCQStringKey.LCQAddNewFeatureRequestToastText
LCQStringKey.LCQAddNewFeatureRequestTryAgainText
LCQStringKey.LCQAddScreenRecordingMessageStringName
LCQStringKey.LCQAddVoiceMessageStringName
LCQStringKey.LCQAskAQuestionStringName
LCQStringKey.LCQAudioRecordingPermissionDeniedMessageStringName
LCQStringKey.LCQAudioRecordingPermissionDeniedTitleStringName
LCQStringKey.LCQAudioStringName
LCQStringKey.LCQBetaWelcomeDoneButtonTitle
LCQStringKey.LCQBetaWelcomeMessageFinishStepContent
LCQStringKey.LCQBetaWelcomeMessageFinishStepTitle
LCQStringKey.LCQBetaWelcomeMessageHowToReportStepContent
LCQStringKey.LCQBetaWelcomeMessageHowToReportStepTitle
LCQStringKey.LCQBetaWelcomeMessageWelcomeStepContent
LCQStringKey.LCQBetaWelcomeMessageWelcomeStepTitle
LCQStringKey.LCQCancelButtonTitleStringName
LCQStringKey.LCQChatReplyFieldPlaceholderStringName
LCQStringKey.LCQChatsTitleStringName
LCQStringKey.LCQCollectingDataText
LCQStringKey.LCQCommentFieldPlaceholderForBugReportStringName
LCQStringKey.LCQCommentFieldPlaceholderForFeedbackStringName
LCQStringKey.LCQCommentFieldPlaceholderForQuestionStringName
LCQStringKey.LCQCustomSurveyThankYouDescriptionText
LCQStringKey.LCQCustomSurveyThankYouTitleText
LCQStringKey.LCQDescriptionText
LCQStringKey.LCQDiscardAlertAction
LCQStringKey.LCQDiscardAlertCancel
LCQStringKey.LCQDiscardAlertMessage
LCQStringKey.LCQDiscardAlertTitle
LCQStringKey.LCQDismissButtonTitleStringName
LCQStringKey.LCQEdgeSwipeStartAlertTextStringName
LCQStringKey.LCQEmailFieldPlaceholderStringName
LCQStringKey.LCQEmailRequiredText
LCQStringKey.LCQEmailText
LCQStringKey.LCQExpectedResultsStringName
LCQStringKey.LCQExtraFieldIsRequiredText
LCQStringKey.LCQExtraFieldMissingDataText
LCQStringKey.LCQFeatureDetailsTitle
LCQStringKey.LCQFeatureRequestAddButtonText
LCQStringKey.LCQFeatureRequestAddYourIdeaText
LCQStringKey.LCQFeatureRequestAddYourThoughtsText
LCQStringKey.LCQFeatureRequestAnonymousText
LCQStringKey.LCQFeatureRequestAuthorText
LCQStringKey.LCQFeatureRequestCommentsText
LCQStringKey.LCQFeatureRequestEmptyViewTitle
LCQStringKey.LCQFeatureRequestErrorStateDescriptionLabel
LCQStringKey.LCQFeatureRequestErrorStateTitleLabel
LCQStringKey.LCQFeatureRequestInvalidEmailText
LCQStringKey.LCQFeatureRequestPostButtonText
LCQStringKey.LCQFeatureRequestSortingByRecentlyUpdatedText
LCQStringKey.LCQFeatureRequestSortingByTopVotesText
LCQStringKey.LCQFeatureRequestStatusChangeText
LCQStringKey.LCQFeatureRequestStatusCompleted
LCQStringKey.LCQFeatureRequestStatusLessText
LCQStringKey.LCQFeatureRequestStatusMaybeLater
LCQStringKey.LCQFeatureRequestStatusMoreText
LCQStringKey.LCQFeatureRequestStatusPlanned
LCQStringKey.LCQFeatureRequestStatusPosted
LCQStringKey.LCQFeatureRequestStatusStarted
LCQStringKey.LCQFeatureRequestTimelineEmptyText
LCQStringKey.LCQFeatureRequestTimelineErrorDescriptionLabel
LCQStringKey.LCQFeatureRequestVoteText
LCQStringKey.LCQFeatureRequestVoteWithCountText
LCQStringKey.LCQFeatureRequestsTitle
LCQStringKey.LCQFeatureRequetsPromptName
LCQStringKey.LCQFloatingButtonStartAlertTextStringName
LCQStringKey.LCQGalleryPermissionDeniedAlertMessage
LCQStringKey.LCQGalleryPermissionDeniedAlertTitle
LCQStringKey.LCQImageStringName
LCQStringKey.LCQInboundByLineMessage
LCQStringKey.LCQInvalidCommentMessageStringName
LCQStringKey.LCQInvalidCommentTitleStringName
LCQStringKey.LCQInvalidEmailMessageStringName
LCQStringKey.LCQInvalidEmailTitleStringName
LCQStringKey.LCQInvocationTitleStringName
LCQStringKey.LCQLiveWelcomeMessageContent
LCQStringKey.LCQLiveWelcomeMessageTitle
LCQStringKey.LCQLowDiskStorageMessage
LCQStringKey.LCQLowDiskStorageTitle
LCQStringKey.LCQMaximumSizeExceededAlertMessage
LCQStringKey.LCQMaximumSizeExceededAlertTitle
LCQStringKey.LCQMessagesNotificationTitleMultipleMessagesStringName
LCQStringKey.LCQMessagesNotificationTitleSingleMessageStringName
LCQStringKey.LCQMicrophonePermissionAlertLaterButtonTitleStringName
LCQStringKey.LCQMicrophonePermissionAlertSettingsButtonTitleStringName
LCQStringKey.LCQNameText
LCQStringKey.LCQOkButtonTitleStringName
LCQStringKey.LCQPhotoPickerTitle
LCQStringKey.LCQProgressViewTitle
LCQStringKey.LCQReachedMaximimNumberOfAttachmentsMessageStringName
LCQStringKey.LCQReachedMaximimNumberOfAttachmentsTitleStringName
LCQStringKey.LCQRecordingMessageToHoldTextStringName
LCQStringKey.LCQRecordingMessageToReleaseTextStringName
LCQStringKey.LCQReplyButtonTitleStringName
LCQStringKey.LCQReportBugStringName
LCQStringKey.LCQReportFeedbackStringName
LCQStringKey.LCQScreenRecordingPermissionDeniedMessageStringName
LCQStringKey.LCQScreenRecordingStringName
LCQStringKey.LCQScreenshotStartAlertTextStringName
LCQStringKey.LCQScreenshotTitleStringName
LCQStringKey.LCQSendButtonTitleStringName
LCQStringKey.LCQShakeStartAlertTextStringName
LCQStringKey.LCQStartAlertTextStringName
LCQStringKey.LCQStepsToReproduceStringName
LCQStringKey.LCQStoreRatingThankYouDescriptionText
LCQStringKey.LCQStoreRatingThankYouTitleText
LCQStringKey.LCQStringFeatureRequestAllFeaturesText
LCQStringKey.LCQStringFeatureRequestMyFeaturesText
LCQStringKey.LCQStringFeatureRequestsRefreshText
LCQStringKey.LCQSurveyAppStoreButtonTitle
LCQStringKey.LCQSurveyAppStoreThankYouTitle
LCQStringKey.LCQSurveyEnterYourAnswerTextPlaceholder
LCQStringKey.LCQSurveyIntroDescriptionText
LCQStringKey.LCQSurveyIntroTakeSurveyButtonText
LCQStringKey.LCQSurveyIntroTitleText
LCQStringKey.LCQSurveyNextButtonTitle
LCQStringKey.LCQSurveySubmitButtonTitle
LCQStringKey.LCQSurveyThankYouDescriptionText
LCQStringKey.LCQSurveyThankYouTitleText
LCQStringKey.LCQSurveysNPSLeastLikelyStringName
LCQStringKey.LCQSurveysNPSMostLikelyStringName
LCQStringKey.LCQTeamStringName
LCQStringKey.LCQThankYouAlertMessageStringName
LCQStringKey.LCQThankYouAlertTitleStringName
LCQStringKey.LCQTitleText
LCQStringKey.LCQTwoFingerSwipeStartAlertTextStringName
LCQStringKey.LCQVideoDurationErrorMessage
LCQStringKey.LCQVideoDurationErrorTitle
LCQStringKey.LCQVideoGalleryErrorMessageStringName
LCQStringKey.LCQVideoPressRecordTitle
LCQStringKey.LCQVideoRecordingFailureMessageStringName
LCQStringKey.LCQiCloudImportErrorAlertMessage
LCQStringKey.LCQiCloudImportErrorAlertTitle
  
// Android
LuciqCustomTextPlaceHolder.Key.AddExtraScreenshot
LuciqCustomTextPlaceHolder.Key.AddImageFromGallery
LuciqCustomTextPlaceHolder.Key.AddVideo
LuciqCustomTextPlaceHolder.Key.AddVoiceMessage
LuciqCustomTextPlaceHolder.Key.AudioRecordingPermissionDenied
LuciqCustomTextPlaceHolder.Key.BetaWelcomeMessageFinishStepContent
LuciqCustomTextPlaceHolder.Key.BetaWelcomeMessageFinishStepTitle
LuciqCustomTextPlaceHolder.Key.BetaWelcomeMessageHowToReportStepContent
LuciqCustomTextPlaceHolder.Key.BetaWelcomeMessageHowToReportStepTitle
LuciqCustomTextPlaceHolder.Key.BetaWelcomeMessageWelcomeStepContent
LuciqCustomTextPlaceHolder.Key.BetaWelcomeMessageWelcomeStepTitle
LuciqCustomTextPlaceHolder.Key.BugReportHeader
LuciqCustomTextPlaceHolder.Key.ChatsTeamStringName
LuciqCustomTextPlaceHolder.Key.CommentFieldHintForBugReport
LuciqCustomTextPlaceHolder.Key.CommentFieldHintForFeedback
LuciqCustomTextPlaceHolder.Key.CommentFieldHintForQuestion
LuciqCustomTextPlaceHolder.Key.ConversationsListTitle
LuciqCustomTextPlaceHolder.Key.ConversationTextFieldHint
LuciqCustomTextPlaceHolder.Key.EmailFieldHint
LuciqCustomTextPlaceHolder.Key.FeaturesRequest
LuciqCustomTextPlaceHolder.Key.FeaturesRequestAddFeatureThanksMessage
LuciqCustomTextPlaceHolder.Key.FeaturesRequestAddFeatureToast
LuciqCustomTextPlaceHolder.Key.FeedbackReportHeader
LuciqCustomTextPlaceHolder.Key.InvalidCommentMessage
LuciqCustomTextPlaceHolder.Key.InvalidEmailMessage
LuciqCustomTextPlaceHolder.Key.InvocationHeader
LuciqCustomTextPlaceHolder.Key.LiveWelcomeMessageContent
LuciqCustomTextPlaceHolder.Key.LiveWelcomeMessageTitle
LuciqCustomTextPlaceHolder.Key.QuestionReportHeader
LuciqCustomTextPlaceHolder.Key.RepliesNotificationDismissButton
LuciqCustomTextPlaceHolder.Key.RepliesNotificationReplyButton
LuciqCustomTextPlaceHolder.Key.ReportAddAttachmentHeader
LuciqCustomTextPlaceHolder.Key.ReportBug
LuciqCustomTextPlaceHolder.Key.ReportBugDescription
LuciqCustomTextPlaceHolder.Key.ReportDiscardDialogBody
LuciqCustomTextPlaceHolder.Key.ReportDiscardDialogNegativeAction
LuciqCustomTextPlaceHolder.Key.ReportDiscardDialogPositiveAction
LuciqCustomTextPlaceHolder.Key.ReportDiscardDialogTitle
LuciqCustomTextPlaceHolder.Key.ReportFeedback
LuciqCustomTextPlaceHolder.Key.ReportFeedbackDescription
LuciqCustomTextPlaceHolder.Key.ReportQuestion
LuciqCustomTextPlaceHolder.Key.ReportQuestionDescription
LuciqCustomTextPlaceHolder.Key.ReportReproStepsDisclaimerBody
LuciqCustomTextPlaceHolder.Key.ReportReproStepsDisclaimerLink
LuciqCustomTextPlaceHolder.Key.ReportSuccessfullySent
LuciqCustomTextPlaceHolder.Key.ReproStepsListDescription
LuciqCustomTextPlaceHolder.Key.ReproStepsListEmptyStateDescription
LuciqCustomTextPlaceHolder.Key.ReproStepsListHeader
LuciqCustomTextPlaceHolder.Key.ReproStepsProgressDialogBody
LuciqCustomTextPlaceHolder.Key.RequestFeature
LuciqCustomTextPlaceHolder.Key.RequestFeatureDescription
LuciqCustomTextPlaceHolder.Key.ShakeHint
LuciqCustomTextPlaceHolder.Key.StartChats
LuciqCustomTextPlaceHolder.Key.SuccessDialogHeader
LuciqCustomTextPlaceHolder.Key.SurveysCustomThanksSubtitle
LuciqCustomTextPlaceHolder.Key.SurveysCustomThanksTitle
LuciqCustomTextPlaceHolder.Key.SurveysStoreRatingThanksSubtitle
LuciqCustomTextPlaceHolder.Key.SurveysStoreRatingThanksTitle
LuciqCustomTextPlaceHolder.Key.SurveysWelcomeScreenButton
LuciqCustomTextPlaceHolder.Key.SurveysWelcomeScreenSubtitle
LuciqCustomTextPlaceHolder.Key.SurveysWelcomeScreenTitle
LuciqCustomTextPlaceHolder.Key.SwipeHint
LuciqCustomTextPlaceHolder.Key.VideoPlayerTitle
LuciqCustomTextPlaceHolder.Key.VoiceMessagePressAndHoldToRecord
LuciqCustomTextPlaceHolder.Key.VoiceMessageReleaseToAtta