This object is in archive! 

Est ce que les languages RTL sont supportés ?

Archived Egov D. 11 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

This comment is in trash! Restore

Replies (6)

photo
10

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

This comment is in trash! Restore
photo
10

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

See attached.

This comment is in trash! Restore
photo
11

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.

This comment is in trash! Restore
photo
10

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

This comment is in trash! Restore
photo
10

Hmm,


This is bad for SEO ,

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


Thanks

This comment is in trash! Restore
photo
11

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

This comment is in trash! Restore

Replies have been locked on this page!