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
BarcodeInfoMappingErrorStateRetryButton
Retry button text for the barcode info mapping error state. Default is "Retry"
public string BarcodeInfoMappingErrorStateRetryButton { get; set; }
Property Value
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
BarcodeInfoMappingErrorStateTitle
Title for the barcode info mapping error state. Default is "Connection Error!"
public string BarcodeInfoMappingErrorStateTitle { get; set; }
Property Value
BarcodeInfoMappingLoadingMessage
Loading message for barcode info mapping. Default is "Loading details..."
public string BarcodeInfoMappingLoadingMessage { get; set; }
Property Value
CameraPermissionCloseButton
Close button text for the camera permission dialog. Default is "Close"
public string CameraPermissionCloseButton { get; set; }
Property Value
CameraPermissionEnableCameraButton
Button text for the camera permission dialog. Default is "Grant permission"
public string CameraPermissionEnableCameraButton { get; set; }
Property Value
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
CameraPermissionEnableCameraTitle
Title for the camera permission dialog. Default is "Camera permission denied!"
public string CameraPermissionEnableCameraTitle { get; set; }
Property Value
FindAndPickCompleteAlertCancelButton
Cancel button text for the find and pick complete alert. Default is "Dismiss"
public string FindAndPickCompleteAlertCancelButton { get; set; }
Property Value
FindAndPickCompleteAlertSubmitButton
Submit button text for the find and pick complete alert. Default is "Submit"
public string FindAndPickCompleteAlertSubmitButton { get; set; }
Property Value
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
FindAndPickCompleteAlertTitle
Title for the find and pick complete alert. Default is "All codes found!"
public string FindAndPickCompleteAlertTitle { get; set; }
Property Value
FindAndPickPartialAlertCancelButton
Cancel button text for the find and pick partial alert. Default is "Cancel"
public string FindAndPickPartialAlertCancelButton { get; set; }
Property Value
FindAndPickPartialAlertSubmitButton
Submit button text for the find and pick partial alert. Default is "Yes, Submit"
public string FindAndPickPartialAlertSubmitButton { get; set; }
Property Value
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
FindAndPickPartialAlertTitle
Title for the find and pick partial alert. Default is "Incomplete scan!"
public string FindAndPickPartialAlertTitle { get; set; }
Property Value
FindAndPickSheetBarcodeItemSubtitle
Subtitle for the find and pick barcode sheet. Default is "%d/%d added"
public string FindAndPickSheetBarcodeItemSubtitle { get; set; }
Property Value
FindAndPickSheetTitle
Title for the find and pick barcode sheet. Default is "%d/%d scanned"
public string FindAndPickSheetTitle { get; set; }
Property Value
ManualCountEditDialogCancelButton
Cancel button text for the manual count edit dialog. Default is "Cancel"
public string ManualCountEditDialogCancelButton { get; set; }
Property Value
ManualCountEditDialogInfo
Info for the manual count edit dialog. Default is "Adjust the number of items you scanned."
public string ManualCountEditDialogInfo { get; set; }
Property Value
ManualCountEditDialogTitle
Title for the manual count edit dialog. Default is "Update count"
public string ManualCountEditDialogTitle { get; set; }
Property Value
ManualCountEditDialogUpdateButton
Update button text for the manual count edit dialog. Default is "Update"
public string ManualCountEditDialogUpdateButton { get; set; }
Property Value
MultipleModeSheetTitle
Title for the multiple mode barcode sheet. Default is "%d items"
public string MultipleModeSheetTitle { get; set; }
Property Value
SheetClearAllButton
Clear all button text for the barcode sheet. Default is "Clear all"
public string SheetClearAllButton { get; set; }
Property Value
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
SheetPlaceholderTitle
Title for the barcode sheet placeholder. Default is "No barcodes here!"
public string SheetPlaceholderTitle { get; set; }
Property Value
SheetResetButton
Reset button text for the barcode sheet. Default is "Reset"
public string SheetResetButton { get; set; }
Property Value
SheetStartScanningButton
Start scanning button text for the barcode sheet. Default is "Start scanning"
public string SheetStartScanningButton { get; set; }
Property Value
SheetSubmitButton
Submit button text for the barcode sheet. Default is "Submit"
public string SheetSubmitButton { get; set; }
Property Value
SingleModeConfirmationCancelButton
Cancel button text for the single mode confirmation dialog. Default is "Close"
public string SingleModeConfirmationCancelButton { get; set; }
Property Value
TopBarCancelButton
Cancel button text for the top bar. Default is "Cancel"
public string TopBarCancelButton { get; set; }
Property Value
TopBarTitle
Title for the top bar. Default is "Scan Item"
public string TopBarTitle { get; set; }
Property Value
UserGuidance
User guidance text. Default is "Move the finder over a barcode"
public string UserGuidance { get; set; }
Property Value
Methods
FromJson(string)
public static BarcodeTextLocalization FromJson(string rawJson)
Parameters
rawJson
string
Returns
FromNative(BarcodeTextLocalization)
public static BarcodeTextLocalization FromNative(BarcodeTextLocalization source)
Parameters
source
BarcodeTextLocalization
Returns
ToNative()
public BarcodeTextLocalization ToNative()