-
-
Notifications
You must be signed in to change notification settings - Fork 586
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
RTL support #374
Comments
Well I was just talking about it with @ceolter. |
It implies that texts should go from right to left and aligned to the right 😉 I'm working on an Ionic2 app and currently we found a workaround by listening to the
Then in the container of the app ( It works fine, but it would be great if this awesome library could support this 😃 Hope I have been of some help. |
Just my 2 cents but to me that seems like a proper solution since you can have an array with the
This way |
@djabif Thanks for the tips: I modified your solution to cope with Angular 6+ web applications:
|
thank you very much @djabif this really hilped me and made the way much shorter for this "Text direction stuff", god bless you always. |
Thanks @djabif Good works. |
@djabif hi how to use these lines ngx translate latest version. it gives Cannot find name LangChangeEvent error in editor. |
|
Are you planning to support RTL so we can determine if the text direction is RTL or LTR depending on the selected language?
Thanks.
The text was updated successfully, but these errors were encountered: