HomeDocumentationAPI Reference
Getting StartedAPI ReferenceBug ReportingCrash ReportingAPMHelp Center

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

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

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

kIBGStartAlertTextStringName
kIBGShakeStartAlertTextStringName
kIBGTwoFingerSwipeStartAlertTextStringName
kIBGEdgeSwipeStartAlertTextStringName
kIBGScreenshotStartAlertTextStringName
kIBGInvalidEmailMessageStringName
kIBGInvalidEmailTitleStringName
kIBGInvalidCommentMessageStringName
kIBGInvalidCommentTitleStringName
kIBGInvocationTitleStringName
kIBGAskAQuestionStringName
kIBGReportBugStringName
kIBGReportFeedbackStringName
kIBGReportBugDescriptionStringName
kIBGReportFeedbackDescriptionStringName
kIBGReportQuestionDescriptionStringName
kIBGRequestFeatureDescriptionStringName
kIBGEmailFieldPlaceholderStringName
kIBGCommentFieldPlaceholderForBugReportStringName
kIBGCommentFieldPlaceholderForFeedbackStringName
kIBGCommentFieldPlaceholderForQuestionStringName
kIBGChatReplyFieldPlaceholderStringName
kIBGAddScreenRecordingMessageStringName
kIBGAddVoiceMessageStringName
kIBGAddImageFromGalleryStringName
kIBGAddExtraScreenshotStringName
kIBGAudioRecordingPermissionDeniedTitleStringName
kIBGAudioRecordingPermissionDeniedMessageStringName
kIBGScreenRecordingPermissionDeniedMessageStringName
kIBGMicrophonePermissionAlertSettingsButtonTitleStringName
kIBGMicrophonePermissionAlertLaterButtonTitleStringName
kIBGChatsTitleStringName
kIBGTeamStringName
kIBGRecordingMessageToHoldTextStringName
kIBGRecordingMessageToReleaseTextStringName
kIBGMessagesNotificationTitleSingleMessageStringName
kIBGMessagesNotificationTitleMultipleMessagesStringName
kIBGScreenshotTitleStringName
kIBGOkButtonTitleStringName
kIBGSendButtonTitleStringName
kIBGCancelButtonTitleStringName
kIBGThankYouAlertTitleStringName
kIBGThankYouAlertMessageStringName
kIBGAudioStringName
kIBGScreenRecordingStringName
kIBGImageStringName
kIBGReachedMaximimNumberOfAttachmentsTitleStringName
kIBGReachedMaximimNumberOfAttachmentsMessageStringName
kIBGVideoRecordingFailureMessageStringName
kIBGSurveyEnterYourAnswerTextPlaceholder
kIBGVideoPressRecordTitle
kIBGCollectingDataText
kIBGLowDiskStorageTitle
kIBGLowDiskStorageMessage
kIBGInboundByLineMessage
kIBGExtraFieldIsRequiredText
kIBGExtraFieldMissingDataText
kIBGSurveyIntroTitleText
kIBGSurveyIntroDescriptionText
kIBGSurveyIntroTakeSurveyButtonText
kIBGStoreRatingThankYouTitleText
kIBGStoreRatingThankYouDescriptionText
kIBGCustomSurveyThankYouTitleText
kIBGCustomSurveyThankYouDescriptionText
kIBGSurveysNPSLeastLikelyStringName
kIBGSurveysNPSMostLikelyStringName
kIBGSurveyNextButtonTitle
kIBGSurveySubmitButtonTitle
kIBGSurveyAppStoreThankYouTitle
kIBGSurveyAppStoreButtonTitle
kIBGExpectedResultsStringName
kIBGActualResultsStringName
kIBGStepsToReproduceStringName
kIBGReplyButtonTitleStringName
kIBGFeatureRequestsTitle 
kIBGFeatureDetailsTitle 
kIBGStringFeatureRequestsRefreshText 
kIBGFeatureRequestSortingByRecentlyUpdatedText 
kIBGFeatureRequestSortingByTopVotesText 
kIBGFeatureRequestErrorStateTitleLabel 
kIBGFeatureRequestErrorStateDescriptionLabel 
kIBGBetaWelcomeMessageWelcomeStepTitle;
kIBGBetaWelcomeMessageWelcomeStepContent;
kIBGBetaWelcomeMessageHowToReportStepTitle;
kIBGBetaWelcomeMessageHowToReportStepContent;
kIBGBetaWelcomeMessageFinishStepTitle;
kIBGBetaWelcomeMessageFinishStepContent;
kIBGBetaWelcomeDoneButtonTitle;
kIBGLiveWelcomeMessageTitle;
kIBGLiveWelcomeMessageContent;
kIBGReproStepsListHeader
kIBGReproStepsListEmptyStateLabel
kIBGReproStepsListTitle
kIBGReproStepsListItemName
kIBGReproStepsDisclaimerBody
kIBGReproStepsDisclaimerLink
kIBGDiscardAlertTitle
kIBGDiscardAlertMessage
kIBGStartAlertTextStringName
kIBGShakeStartAlertTextStringName
kIBGTwoFingerSwipeStartAlertTextStringName
kIBGEdgeSwipeStartAlertTextStringName
kIBGScreenshotStartAlertTextStringName
kIBGInvalidEmailMessageStringName
kIBGInvalidEmailTitleStringName
kIBGInvalidCommentMessageStringName
kIBGInvalidCommentTitleStringName
kIBGInvocationTitleStringName
kIBGAskAQuestionStringName
kIBGReportBugStringName
kIBGReportFeedbackStringName
kIBGReportBugDescriptionStringName
kIBGReportFeedbackDescriptionStringName
kIBGReportQuestionDescriptionStringName
kIBGRequestFeatureDescriptionStringName
kIBGEmailFieldPlaceholderStringName
kIBGCommentFieldPlaceholderForBugReportStringName
kIBGCommentFieldPlaceholderForFeedbackStringName
kIBGCommentFieldPlaceholderForQuestionStringName
kIBGChatReplyFieldPlaceholderStringName
kIBGAddScreenRecordingMessageStringName
kIBGAddVoiceMessageStringName
kIBGAddImageFromGalleryStringName
kIBGAddExtraScreenshotStringName
kIBGAudioRecordingPermissionDeniedTitleStringName
kIBGAudioRecordingPermissionDeniedMessageStringName
kIBGScreenRecordingPermissionDeniedMessageStringName
kIBGMicrophonePermissionAlertSettingsButtonTitleStringName
kIBGMicrophonePermissionAlertLaterButtonTitleStringName
kIBGChatsTitleStringName
kIBGTeamStringName
kIBGRecordingMessageToHoldTextStringName
kIBGRecordingMessageToReleaseTextStringName
kIBGMessagesNotificationTitleSingleMessageStringName
kIBGMessagesNotificationTitleMultipleMessagesStringName
kIBGScreenshotTitleStringName
kIBGOkButtonTitleStringName
kIBGSendButtonTitleStringName
kIBGCancelButtonTitleStringName
kIBGThankYouAlertTitleStringName
kIBGThankYouAlertMessageStringName
kIBGAudioStringName
kIBGScreenRecordingStringName
kIBGImageStringName
kIBGReachedMaximimNumberOfAttachmentsTitleStringName
kIBGReachedMaximimNumberOfAttachmentsMessageStringName
kIBGVideoRecordingFailureMessageStringName
kIBGSurveyEnterYourAnswerTextPlaceholder
kIBGVideoPressRecordTitle
kIBGCollectingDataText
kIBGLowDiskStorageTitle
kIBGLowDiskStorageMessage
kIBGInboundByLineMessage
kIBGExtraFieldIsRequiredText
kIBGExtraFieldMissingDataText
kIBGSurveyIntroTitleText
kIBGSurveyIntroDescriptionText
kIBGSurveyIntroTakeSurveyButtonText
kIBGStoreRatingThankYouTitleText
kIBGStoreRatingThankYouDescriptionText
kIBGCustomSurveyThankYouTitleText
kIBGCustomSurveyThankYouDescriptionText
kIBGSurveysNPSLeastLikelyStringName
kIBGSurveysNPSMostLikelyStringName
kIBGSurveyNextButtonTitle
kIBGSurveySubmitButtonTitle
kIBGSurveyAppStoreThankYouTitle
kIBGSurveyAppStoreButtonTitle
kIBGExpectedResultsStringName
kIBGActualResultsStringName
kIBGStepsToReproduceStringName
kIBGReplyButtonTitleStringName
kIBGFeatureRequestsTitle 
kIBGFeatureDetailsTitle 
kIBGStringFeatureRequestsRefreshText 
kIBGFeatureRequestSortingByRecentlyUpdatedText 
kIBGFeatureRequestSortingByTopVotesText 
kIBGFeatureRequestErrorStateTitleLabel 
kIBGFeatureRequestErrorStateDescriptionLabel 
kIBGBetaWelcomeMessageWelcomeStepTitle;
kIBGBetaWelcomeMessageWelcomeStepContent;
kIBGBetaWelcomeMessageHowToReportStepTitle;
kIBGBetaWelcomeMessageHowToReportStepContent;
kIBGBetaWelcomeMessageFinishStepTitle;
kIBGBetaWelcomeMessageFinishStepContent;
kIBGBetaWelcomeDoneButtonTitle;
kIBGLiveWelcomeMessageTitle;
kIBGLiveWelcomeMessageContent;
kIBGReproStepsListHeader
kIBGReproStepsListEmptyStateLabel
kIBGReproStepsListTitle
kIBGReproStepsListItemName
kIBGReproStepsDisclaimerBody
kIBGReproStepsDisclaimerLink
kIBGDiscardAlertTitle
kIBGDiscardAlertMessage
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
INSTABUG_CUSTOM_SURVEY_THANKS_TITLE
INSTABUG_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
INSTABUG_CUSTOM_SURVEY_THANKS_TITLE
INSTABUG_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
Instabug.strings.shakeHint
Instabug.strings.swipeHint
Instabug.strings.edgeSwipeStartHint
Instabug.strings.startAlertText
Instabug.strings.invalidEmailMessage
Instabug.strings.invalidEmailTitle
Instabug.strings.invalidCommentMessage
Instabug.strings.invalidCommentTitle
Instabug.strings.thankYouAlertText
Instabug.strings.invocationHeader
Instabug.strings.reportQuestion
Instabug.strings.reportBug
Instabug.strings.reportFeedback
Instabug.strings.reportBugDescription
Instabug.strings.reportFeedbackDescription
Instabug.strings.reportQuestionDescription
Instabug.strings.requestFeatureDescription
Instabug.strings.emailFieldHint
Instabug.strings.commentFieldHintForBugReport
Instabug.strings.commentFieldHintForFeedback
Instabug.strings.addVideoMessage
Instabug.strings.addVoiceMessage
Instabug.strings.addImageFromGallery
Instabug.strings.addExtraScreenshot
Instabug.strings.audioRecordingPermissionDeniedTitle
Instabug.strings.audioRecordingPermissionDeniedMessage
Instabug.strings.microphonePermissionAlertSettingsButtonText Instabug.microphonePermissionAlertSettingsButtonText,
Instabug.strings.recordingMessageToHoldText
Instabug.strings.recordingMessageToReleaseText
Instabug.strings.conversationsHeaderTitle
Instabug.strings.screenshotHeaderTitle
Instabug.strings.doneButtonText
Instabug.strings.okButtonText
Instabug.strings.cancelButtonText
Instabug.strings.thankYouText
Instabug.strings.welcomeMessagebetaWelcomeStepTitle
Instabug.strings.welcomeMessagebetaWelcomeStepContent
Instabug.strings.welcomeMessagebetaHowToReportStepTitle
Instabug.strings.welcomeMessagebetaHowToReportStepContent
Instabug.strings.welcomeMessagebetaFinishStepTitle
Instabug.strings.welcomeMessagebetaFinishStepContent
Instabug.strings.audio
Instabug.strings.image
Instabug.strings.team
Instabug.strings.messageNotification
Instabug.strings.messagesNotificationAndOthers
Instabug.strings.insufficientContentTitle
Instabug.strings.insufficientContentMessage

// iOS only 
Instabug.strings.collectingDataText
IBGCustomTextPlaceHolderKey.shakeHint
IBGCustomTextPlaceHolderKey.swipeHint
IBGCustomTextPlaceHolderKey.invalidEmailMessage
IBGCustomTextPlaceHolderKey.invalidCommentMessage
IBGCustomTextPlaceHolderKey.invocationHeader
IBGCustomTextPlaceHolderKey.reportBug
IBGCustomTextPlaceHolderKey.reportFeedback
IBGCustomTextPlaceHolderKey.reportQuestion
IBGCustomTextPlaceHolderKey.emailFieldHint
IBGCustomTextPlaceHolderKey.commentFieldHintForBugReport
IBGCustomTextPlaceHolderKey.commentFieldHintForFeedback
IBGCustomTextPlaceHolderKey.addImageFromGallery
IBGCustomTextPlaceHolderKey.addExtraScreenshot
IBGCustomTextPlaceHolderKey.conversationsListTitle
IBGCustomTextPlaceHolderKey.audioRecordingPermissionDenied
IBGCustomTextPlaceHolderKey.conversationTextFieldHint
IBGCustomTextPlaceHolderKey.bugReportHeader
IBGCustomTextPlaceHolderKey.feedbackReportHeader
IBGCustomTextPlaceHolderKey.voiceMessagePressAndHoldToRecord
IBGCustomTextPlaceHolderKey.voiceMessageReleaseToAttach
IBGCustomTextPlaceHolderKey.reportSuccessfullySent
IBGCustomTextPlaceHolderKey.successDialogHeader
IBGCustomTextPlaceHolderKey.addVideo
IBGCustomTextPlaceHolderKey.betaWelcomeMessageWelcomeStepTitle
IBGCustomTextPlaceHolderKey.betaWelcomeMessageWelcomeStepContent
IBGCustomTextPlaceHolderKey.betaWelcomeMessageHowToReportStepTitle
IBGCustomTextPlaceHolderKey.betaWelcomeMessageHowToReportStepContent
IBGCustomTextPlaceHolderKey.betaWelcomeMessageFinishStepTitle
IBGCustomTextPlaceHolderKey.betaWelcomeMessageFinishStepContent
IBGCustomTextPlaceHolderKey.liveWelcomeMessageTitle
IBGCustomTextPlaceHolderKey.liveWelcomeMessageContent
// iOS
IBGStringKey.IBGActualResultsStringName
IBGStringKey.IBGAddAttachmentButtonTitleStringName
IBGStringKey.IBGAddExtraScreenshotStringName
IBGStringKey.IBGAddImageFromGalleryStringName
IBGStringKey.IBGAddNewFeatureRequestCancelPromptTitle
IBGStringKey.IBGAddNewFeatureRequestCancelPromptYesAction
IBGStringKey.IBGAddNewFeatureRequestErrorToastText
IBGStringKey.IBGAddNewFeatureRequestLoadingHUDTitle
IBGStringKey.IBGAddNewFeatureRequestSuccessHUDMessage
IBGStringKey.IBGAddNewFeatureRequestSuccessHUDTitle
IBGStringKey.IBGAddNewFeatureRequestText
IBGStringKey.IBGAddNewFeatureRequestToastText
IBGStringKey.IBGAddNewFeatureRequestTryAgainText
IBGStringKey.IBGAddScreenRecordingMessageStringName
IBGStringKey.IBGAddVoiceMessageStringName
IBGStringKey.IBGAskAQuestionStringName
IBGStringKey.IBGAudioRecordingPermissionDeniedMessageStringName
IBGStringKey.IBGAudioRecordingPermissionDeniedTitleStringName
IBGStringKey.IBGAudioStringName
IBGStringKey.IBGBetaWelcomeDoneButtonTitle
IBGStringKey.IBGBetaWelcomeMessageFinishStepContent
IBGStringKey.IBGBetaWelcomeMessageFinishStepTitle
IBGStringKey.IBGBetaWelcomeMessageHowToReportStepContent
IBGStringKey.IBGBetaWelcomeMessageHowToReportStepTitle
IBGStringKey.IBGBetaWelcomeMessageWelcomeStepContent
IBGStringKey.IBGBetaWelcomeMessageWelcomeStepTitle
IBGStringKey.IBGCancelButtonTitleStringName
IBGStringKey.IBGChatReplyFieldPlaceholderStringName
IBGStringKey.IBGChatsTitleStringName
IBGStringKey.IBGCollectingDataText
IBGStringKey.IBGCommentFieldPlaceholderForBugReportStringName
IBGStringKey.IBGCommentFieldPlaceholderForFeedbackStringName
IBGStringKey.IBGCommentFieldPlaceholderForQuestionStringName
IBGStringKey.IBGCustomSurveyThankYouDescriptionText
IBGStringKey.IBGCustomSurveyThankYouTitleText
IBGStringKey.IBGDescriptionText
IBGStringKey.IBGDiscardAlertAction
IBGStringKey.IBGDiscardAlertCancel
IBGStringKey.IBGDiscardAlertMessage
IBGStringKey.IBGDiscardAlertTitle
IBGStringKey.IBGDismissButtonTitleStringName
IBGStringKey.IBGEdgeSwipeStartAlertTextStringName
IBGStringKey.IBGEmailFieldPlaceholderStringName
IBGStringKey.IBGEmailRequiredText
IBGStringKey.IBGEmailText
IBGStringKey.IBGExpectedResultsStringName
IBGStringKey.IBGExtraFieldIsRequiredText
IBGStringKey.IBGExtraFieldMissingDataText
IBGStringKey.IBGFeatureDetailsTitle
IBGStringKey.IBGFeatureRequestAddButtonText
IBGStringKey.IBGFeatureRequestAddYourIdeaText
IBGStringKey.IBGFeatureRequestAddYourThoughtsText
IBGStringKey.IBGFeatureRequestAnonymousText
IBGStringKey.IBGFeatureRequestAuthorText
IBGStringKey.IBGFeatureRequestCommentsText
IBGStringKey.IBGFeatureRequestEmptyViewTitle
IBGStringKey.IBGFeatureRequestErrorStateDescriptionLabel
IBGStringKey.IBGFeatureRequestErrorStateTitleLabel
IBGStringKey.IBGFeatureRequestInvalidEmailText
IBGStringKey.IBGFeatureRequestPostButtonText
IBGStringKey.IBGFeatureRequestSortingByRecentlyUpdatedText
IBGStringKey.IBGFeatureRequestSortingByTopVotesText
IBGStringKey.IBGFeatureRequestStatusChangeText
IBGStringKey.IBGFeatureRequestStatusCompleted
IBGStringKey.IBGFeatureRequestStatusLessText
IBGStringKey.IBGFeatureRequestStatusMaybeLater
IBGStringKey.IBGFeatureRequestStatusMoreText
IBGStringKey.IBGFeatureRequestStatusPlanned
IBGStringKey.IBGFeatureRequestStatusPosted
IBGStringKey.IBGFeatureRequestStatusStarted
IBGStringKey.IBGFeatureRequestTimelineEmptyText
IBGStringKey.IBGFeatureRequestTimelineErrorDescriptionLabel
IBGStringKey.IBGFeatureRequestVoteText
IBGStringKey.IBGFeatureRequestVoteWithCountText
IBGStringKey.IBGFeatureRequestsTitle
IBGStringKey.IBGFeatureRequetsPromptName
IBGStringKey.IBGFloatingButtonStartAlertTextStringName
IBGStringKey.IBGGalleryPermissionDeniedAlertMessage
IBGStringKey.IBGGalleryPermissionDeniedAlertTitle
IBGStringKey.IBGImageStringName
IBGStringKey.IBGInboundByLineMessage
IBGStringKey.IBGInvalidCommentMessageStringName
IBGStringKey.IBGInvalidCommentTitleStringName
IBGStringKey.IBGInvalidEmailMessageStringName
IBGStringKey.IBGInvalidEmailTitleStringName
IBGStringKey.IBGInvocationTitleStringName
IBGStringKey.IBGLiveWelcomeMessageContent
IBGStringKey.IBGLiveWelcomeMessageTitle
IBGStringKey.IBGLowDiskStorageMessage
IBGStringKey.IBGLowDiskStorageTitle
IBGStringKey.IBGMaximumSizeExceededAlertMessage
IBGStringKey.IBGMaximumSizeExceededAlertTitle
IBGStringKey.IBGMessagesNotificationTitleMultipleMessagesStringName
IBGStringKey.IBGMessagesNotificationTitleSingleMessageStringName
IBGStringKey.IBGMicrophonePermissionAlertLaterButtonTitleStringName
IBGStringKey.IBGMicrophonePermissionAlertSettingsButtonTitleStringName
IBGStringKey.IBGNameText
IBGStringKey.IBGOkButtonTitleStringName
IBGStringKey.IBGPhotoPickerTitle
IBGStringKey.IBGProgressViewTitle
IBGStringKey.IBGReachedMaximimNumberOfAttachmentsMessageStringName
IBGStringKey.IBGReachedMaximimNumberOfAttachmentsTitleStringName
IBGStringKey.IBGRecordingMessageToHoldTextStringName
IBGStringKey.IBGRecordingMessageToReleaseTextStringName
IBGStringKey.IBGReplyButtonTitleStringName
IBGStringKey.IBGReportBugStringName
IBGStringKey.IBGReportFeedbackStringName
IBGStringKey.IBGScreenRecordingPermissionDeniedMessageStringName
IBGStringKey.IBGScreenRecordingStringName
IBGStringKey.IBGScreenshotStartAlertTextStringName
IBGStringKey.IBGScreenshotTitleStringName
IBGStringKey.IBGSendButtonTitleStringName
IBGStringKey.IBGShakeStartAlertTextStringName
IBGStringKey.IBGStartAlertTextStringName
IBGStringKey.IBGStepsToReproduceStringName
IBGStringKey.IBGStoreRatingThankYouDescriptionText
IBGStringKey.IBGStoreRatingThankYouTitleText
IBGStringKey.IBGStringFeatureRequestAllFeaturesText
IBGStringKey.IBGStringFeatureRequestMyFeaturesText
IBGStringKey.IBGStringFeatureRequestsRefreshText
IBGStringKey.IBGSurveyAppStoreButtonTitle
IBGStringKey.IBGSurveyAppStoreThankYouTitle
IBGStringKey.IBGSurveyEnterYourAnswerTextPlaceholder
IBGStringKey.IBGSurveyIntroDescriptionText
IBGStringKey.IBGSurveyIntroTakeSurveyButtonText
IBGStringKey.IBGSurveyIntroTitleText
IBGStringKey.IBGSurveyNextButtonTitle
IBGStringKey.IBGSurveySubmitButtonTitle
IBGStringKey.IBGSurveyThankYouDescriptionText
IBGStringKey.IBGSurveyThankYouTitleText
IBGStringKey.IBGSurveysNPSLeastLikelyStringName
IBGStringKey.IBGSurveysNPSMostLikelyStringName
IBGStringKey.IBGTeamStringName
IBGStringKey.IBGThankYouAlertMessageStringName
IBGStringKey.IBGThankYouAlertTitleStringName
IBGStringKey.IBGTitleText
IBGStringKey.IBGTwoFingerSwipeStartAlertTextStringName
IBGStringKey.IBGVideoDurationErrorMessage
IBGStringKey.IBGVideoDurationErrorTitle
IBGStringKey.IBGVideoGalleryErrorMessageStringName
IBGStringKey.IBGVideoPressRecordTitle
IBGStringKey.IBGVideoRecordingFailureMessageStringName
IBGStringKey.IBGiCloudImportErrorAlertMessage
IBGStringKey.IBGiCloudImportErrorAlertTitle
  
// Android
InstabugCustomTextPlaceHolder.Key.AddExtraScreenshot
InstabugCustomTextPlaceHolder.Key.AddImageFromGallery
InstabugCustomTextPlaceHolder.Key.AddVideo
InstabugCustomTextPlaceHolder.Key.AddVoiceMessage
InstabugCustomTextPlaceHolder.Key.AudioRecordingPermissionDenied
InstabugCustomTextPlaceHolder.Key.BetaWelcomeMessageFinishStepContent
InstabugCustomTextPlaceHolder.Key.BetaWelcomeMessageFinishStepTitle
InstabugCustomTextPlaceHolder.Key.BetaWelcomeMessageHowToReportStepContent
InstabugCustomTextPlaceHolder.Key.BetaWelcomeMessageHowToReportStepTitle
InstabugCustomTextPlaceHolder.Key.BetaWelcomeMessageWelcomeStepContent
InstabugCustomTextPlaceHolder.Key.BetaWelcomeMessageWelcomeStepTitle
InstabugCustomTextPlaceHolder.Key.BugReportHeader
InstabugCustomTextPlaceHolder.Key.ChatsTeamStringName
InstabugCustomTextPlaceHolder.Key.CommentFieldHintForBugReport
InstabugCustomTextPlaceHolder.Key.CommentFieldHintForFeedback
InstabugCustomTextPlaceHolder.Key.CommentFieldHintForQuestion
InstabugCustomTextPlaceHolder.Key.ConversationsListTitle
InstabugCustomTextPlaceHolder.Key.ConversationTextFieldHint
InstabugCustomTextPlaceHolder.Key.EmailFieldHint
InstabugCustomTextPlaceHolder.Key.FeaturesRequest
InstabugCustomTextPlaceHolder.Key.FeaturesRequestAddFeatureThanksMessage
InstabugCustomTextPlaceHolder.Key.FeaturesRequestAddFeatureToast
InstabugCustomTextPlaceHolder.Key.FeedbackReportHeader
InstabugCustomTextPlaceHolder.Key.InvalidCommentMessage
InstabugCustomTextPlaceHolder.Key.InvalidEmailMessage
InstabugCustomTextPlaceHolder.Key.InvocationHeader
InstabugCustomTextPlaceHolder.Key.LiveWelcomeMessageContent
InstabugCustomTextPlaceHolder.Key.LiveWelcomeMessageTitle
InstabugCustomTextPlaceHolder.Key.QuestionReportHeader
InstabugCustomTextPlaceHolder.Key.RepliesNotificationDismissButton
InstabugCustomTextPlaceHolder.Key.RepliesNotificationReplyButton
InstabugCustomTextPlaceHolder.Key.ReportAddAttachmentHeader
InstabugCustomTextPlaceHolder.Key.ReportBug
InstabugCustomTextPlaceHolder.Key.ReportBugDescription
InstabugCustomTextPlaceHolder.Key.ReportDiscardDialogBody
InstabugCustomTextPlaceHolder.Key.ReportDiscardDialogNegativeAction
InstabugCustomTextPlaceHolder.Key.ReportDiscardDialogPositiveAction
InstabugCustomTextPlaceHolder.Key.ReportDiscardDialogTitle
InstabugCustomTextPlaceHolder.Key.ReportFeedback
InstabugCustomTextPlaceHolder.Key.ReportFeedbackDescription
InstabugCustomTextPlaceHolder.Key.ReportQuestion
InstabugCustomTextPlaceHolder.Key.ReportQuestionDescription
InstabugCustomTextPlaceHolder.Key.ReportReproStepsDisclaimerBody
InstabugCustomTextPlaceHolder.Key.ReportReproStepsDisclaimerLink
InstabugCustomTextPlaceHolder.Key.ReportSuccessfullySent
InstabugCustomTextPlaceHolder.Key.ReproStepsListDescription
InstabugCustomTextPlaceHolder.Key.ReproStepsListEmptyStateDescription
InstabugCustomTextPlaceHolder.Key.ReproStepsListHeader
InstabugCustomTextPlaceHolder.Key.ReproStepsProgressDialogBody
InstabugCustomTextPlaceHolder.Key.RequestFeature
InstabugCustomTextPlaceHolder.Key.RequestFeatureDescription
InstabugCustomTextPlaceHolder.Key.ShakeHint
InstabugCustomTextPlaceHolder.Key.StartChats
InstabugCustomTextPlaceHolder.Key.SuccessDialogHeader
InstabugCustomTextPlaceHolder.Key.SurveysCustomThanksSubtitle
InstabugCustomTextPlaceHolder.Key.SurveysCustomThanksTitle
InstabugCustomTextPlaceHolder.Key.SurveysStoreRatingThanksSubtitle
InstabugCustomTextPlaceHolder.Key.SurveysStoreRatingThanksTitle
InstabugCustomTextPlaceHolder.Key.SurveysWelcomeScreenButton
InstabugCustomTextPlaceHolder.Key.SurveysWelcomeScreenSubtitle
InstabugCustomTextPlaceHolder.Key.SurveysWelcomeScreenTitle
InstabugCustomTextPlaceHolder.Key.SwipeHint
InstabugCustomTextPlaceHolder.Key.VideoPlayerTitle
InstabugCustomTextPlaceHolder.Key.VoiceMessagePressAndHoldToRecord
InstabugCustomTextPlaceHolder.Key.VoiceMessageReleaseToAtta