Table of Contents

Class BarcodeTextLocalization

Namespace
ScanbotSDK.MAUI.Barcode
Assembly
ScanbotSDK.Shared.dll

Configuration of the all strings for barcode scanner.

public class BarcodeTextLocalization
Inheritance
BarcodeTextLocalization
Inherited Members

Properties

BarcodeInfoMappingErrorStateCancelButton

Cancel button text for the barcode info mapping error state. Default is "Cancel"

public string BarcodeInfoMappingErrorStateCancelButton { get; set; }

Property Value

string

BarcodeInfoMappingErrorStateRetryButton

Retry button text for the barcode info mapping error state. Default is "Retry"

public string BarcodeInfoMappingErrorStateRetryButton { get; set; }

Property Value

string

BarcodeInfoMappingErrorStateSubtitle

Subtitle for the barcode info mapping error state. Default is "There was an issue and the data requested was not fetched. You could try again or discard this result to start a new scan."

public string BarcodeInfoMappingErrorStateSubtitle { get; set; }

Property Value

string

BarcodeInfoMappingErrorStateTitle

Title for the barcode info mapping error state. Default is "Connection Error!"

public string BarcodeInfoMappingErrorStateTitle { get; set; }

Property Value

string

BarcodeInfoMappingLoadingMessage

Loading message for barcode info mapping. Default is "Loading details..."

public string BarcodeInfoMappingLoadingMessage { get; set; }

Property Value

string

CameraPermissionCloseButton

Close button text for the camera permission dialog. Default is "Close"

public string CameraPermissionCloseButton { get; set; }

Property Value

string

CameraPermissionEnableCameraButton

Button text for the camera permission dialog. Default is "Grant permission"

public string CameraPermissionEnableCameraButton { get; set; }

Property Value

string

CameraPermissionEnableCameraExplanation

Explanation for the camera permission dialog. Default is "Please allow the usage of the camera to start the scanning process."

public string CameraPermissionEnableCameraExplanation { get; set; }

Property Value

string

CameraPermissionEnableCameraTitle

Title for the camera permission dialog. Default is "Camera permission denied!"

public string CameraPermissionEnableCameraTitle { get; set; }

Property Value

string

FindAndPickCompleteAlertCancelButton

Cancel button text for the find and pick complete alert. Default is "Dismiss"

public string FindAndPickCompleteAlertCancelButton { get; set; }

Property Value

string

FindAndPickCompleteAlertSubmitButton

Submit button text for the find and pick complete alert. Default is "Submit"

public string FindAndPickCompleteAlertSubmitButton { get; set; }

Property Value

string

FindAndPickCompleteAlertSubtitle

Subtitle for the find and pick complete alert. Default is "You have successfully scanned all codes. Proceed with submission?"

public string FindAndPickCompleteAlertSubtitle { get; set; }

Property Value

string

FindAndPickCompleteAlertTitle

Title for the find and pick complete alert. Default is "All codes found!"

public string FindAndPickCompleteAlertTitle { get; set; }

Property Value

string

FindAndPickPartialAlertCancelButton

Cancel button text for the find and pick partial alert. Default is "Cancel"

public string FindAndPickPartialAlertCancelButton { get; set; }

Property Value

string

FindAndPickPartialAlertSubmitButton

Submit button text for the find and pick partial alert. Default is "Yes, Submit"

public string FindAndPickPartialAlertSubmitButton { get; set; }

Property Value

string

FindAndPickPartialAlertSubtitle

Subtitle for the find and pick partial alert. Default is "Some codes are yet to be scanned. Proceed with submission anyway?"

public string FindAndPickPartialAlertSubtitle { get; set; }

Property Value

string

FindAndPickPartialAlertTitle

Title for the find and pick partial alert. Default is "Incomplete scan!"

public string FindAndPickPartialAlertTitle { get; set; }

Property Value

string

FindAndPickSheetBarcodeItemSubtitle

Subtitle for the find and pick barcode sheet. Default is "%d/%d added"

public string FindAndPickSheetBarcodeItemSubtitle { get; set; }

Property Value

string

FindAndPickSheetTitle

Title for the find and pick barcode sheet. Default is "%d/%d scanned"

public string FindAndPickSheetTitle { get; set; }

Property Value

string

ManualCountEditDialogCancelButton

Cancel button text for the manual count edit dialog. Default is "Cancel"

public string ManualCountEditDialogCancelButton { get; set; }

Property Value

string

ManualCountEditDialogInfo

Info for the manual count edit dialog. Default is "Adjust the number of items you scanned."

public string ManualCountEditDialogInfo { get; set; }

Property Value

string

ManualCountEditDialogTitle

Title for the manual count edit dialog. Default is "Update count"

public string ManualCountEditDialogTitle { get; set; }

Property Value

string

ManualCountEditDialogUpdateButton

Update button text for the manual count edit dialog. Default is "Update"

public string ManualCountEditDialogUpdateButton { get; set; }

Property Value

string

MultipleModeSheetTitle

Title for the multiple mode barcode sheet. Default is "%d items"

public string MultipleModeSheetTitle { get; set; }

Property Value

string

SheetClearAllButton

Clear all button text for the barcode sheet. Default is "Clear all"

public string SheetClearAllButton { get; set; }

Property Value

string

SheetPlaceholderSubtitle

Subtitle for the barcode sheet placeholder. Default is "The barcode list is currently empty. Close this sheet and scan your items to add them."

public string SheetPlaceholderSubtitle { get; set; }

Property Value

string

SheetPlaceholderTitle

Title for the barcode sheet placeholder. Default is "No barcodes here!"

public string SheetPlaceholderTitle { get; set; }

Property Value

string

SheetResetButton

Reset button text for the barcode sheet. Default is "Reset"

public string SheetResetButton { get; set; }

Property Value

string

SheetStartScanningButton

Start scanning button text for the barcode sheet. Default is "Start scanning"

public string SheetStartScanningButton { get; set; }

Property Value

string

SheetSubmitButton

Submit button text for the barcode sheet. Default is "Submit"

public string SheetSubmitButton { get; set; }

Property Value

string

SingleModeConfirmationCancelButton

Cancel button text for the single mode confirmation dialog. Default is "Close"

public string SingleModeConfirmationCancelButton { get; set; }

Property Value

string

TopBarCancelButton

Cancel button text for the top bar. Default is "Cancel"

public string TopBarCancelButton { get; set; }

Property Value

string

TopBarTitle

Title for the top bar. Default is "Scan Item"

public string TopBarTitle { get; set; }

Property Value

string

UserGuidance

User guidance text. Default is "Move the finder over a barcode"

public string UserGuidance { get; set; }

Property Value

string

Methods

FromJson(string)

public static BarcodeTextLocalization FromJson(string rawJson)

Parameters

rawJson string

Returns

BarcodeTextLocalization

FromNative(BarcodeTextLocalization)

public static BarcodeTextLocalization FromNative(BarcodeTextLocalization source)

Parameters

source BarcodeTextLocalization

Returns

BarcodeTextLocalization

ToNative()

public BarcodeTextLocalization ToNative()

Returns

BarcodeTextLocalization