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);
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
