Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arabic Language Localization #204

Closed
fuadwaheed opened this issue Feb 10, 2022 · 3 comments
Closed

Arabic Language Localization #204

fuadwaheed opened this issue Feb 10, 2022 · 3 comments

Comments

@fuadwaheed
Copy link

How to add Arabic Language Localization?

@fuadwaheed
Copy link
Author

Kindly let me know as i have to submit my application to Live waiting on your localization reply

@Firas-Shrourou
Copy link

You can localize the title and the close button

` let viewController = BarcodeScannerViewController()

    viewController.headerViewController.titleLabel.text = "Page_Title_Scan_Barcode".localized
    viewController.headerViewController.closeButton.setTitle("btn_Close".localized, for: .normal)
    
    viewController.codeDelegate = self
    viewController.errorDelegate = self
    viewController.dismissalDelegate = self
    return viewController`

@3lvis
Copy link
Collaborator

3lvis commented Jun 10, 2022

Looks like you got it working!

@3lvis 3lvis closed this as completed Jun 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants