This object is in archive! 

Est ce que les languages RTL sont supportés ?

Archived Egov Den 10 years ago

Est ce que UseResponse supporte les languages RTL comme l'arabe par exemple ?

Best Answer
photo

Hello Mohamed,

Yes, UseResponse supports RTL.

You just need in themes override css for "body":

  1. body {
  2. direction: ltr !important;
  3. text-align: right !important;
  4. }

This is how it will looks like:

JvCe8GJBbCV3uMtvzJ9g

Replies (6)

photo
1

Hello Mohamed,

Yes, UseResponse supports RTL.

You just need in themes override css for "body":

  1. body {
  2. direction: ltr !important;
  3. text-align: right !important;
  4. }

This is how it will looks like:

JvCe8GJBbCV3uMtvzJ9g

photo
1

Here is another and most elegant way to use in javascript of custom theme.

See attached.

photo
1

Thank you for your quick answer !


whene i created responses in arabic language the url was not generated,

I checked out in database, and the slug column was like that ( '-' ),

I created a second one, the new slug was ( '-_2' ).


Thats whay i wondred if useresponse support arabic .


PS : Sorry for my english.

photo
1

No problem... System only create slugs from latin or cyrillic symbols.. If title is created with arabic characters, it will use - as a pointer and increment it all the time. Think of it like id

photo
1

Hmm,


This is bad for SEO ,

Can you please pointe me to php code that fetch slug for BD in useresponse ?


Thanks

photo
1

Yes, for SEO it's not good, but we didn't think of implementation of slug creation for other than cyrillic or latin symbols.

This class is used to create slugs:

Singular_Filter_Slugify - \library\Singular\Filter\Slugify.php

You can find it in in library/Singular and rewrite it to create slugs from titles in arabic language

Replies have been locked on this page!