-
Notifications
You must be signed in to change notification settings - Fork 90
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
English and Arabic Localization #31
Comments
@xornorik can you reslove this issue ? |
Can you please pinpoint where the semantics needs to be changed because i am facing the same issue |
@usamabinattique I've already changed the semantic to force a left-to-right entry and I was able to confirm it by changing the language on the device (gif attached in my previous comment). Could you help me recreate this? |
@xornorik By changing language at runtime on the same session , force a left-to-right entry will not work |
@aliakhtar49 I tried that, also tried editing the scheme and changing the application language from there. Same result i.e it maintains the left-to-right entry. This is when I relaunch after the language change. |
@xornorik By changing language at runtime (I was referring to in app mechanism we used to change language on button taped irrespective of the system ) where we manually loaded resources our selves https://stackoverflow.com/questions/31840176/changing-language-on-the-fly-in-swift |
@aliakhtar49 Apologies for the late response. |
@xornorik still when the UI layout is RTL the SVPinView also mirroring, I mean the entry starts from right to left. |
I've added some logic in the latest version (v1.0.9) to fix this issue. Since I'm unable to recreate this at my end, could someone here confirm and close if it has indeed been fixed. |
I'm using English and Arabic Localization for my app and I have used this Pinview within my app. This is automatically changing the alignment from Left to Right. I do not want the change in the alignment.
I want to have the same as it is, like first textfield will start from left and last textfield on the right. I want this similar functionality in both English and Arabic.
The text was updated successfully, but these errors were encountered: