Hello
how to define the css if i want the input data to be appeared from the right side in the form .
Like this photo, the postal code would be shown from the right side.
Setting the postal Code in the Container(postalcode), i tried to write the css. it s not correct yet. if you know, let me be known.
thank you
Hello Ann,
Try please creating PostalCode class and assign it directly to the input.
Best regards,
Ania
Hi Ann,
Use CSS direction Property.The direction property specifies the text direction/writing direction within a block-level element.
SyntaxEditor Code Snippet
.YourClass{ direction: rtl; }
Regards,
Pankaj
Hi,
Some background information regarding this topic
https://www.outsystems.com/forums/discussion/12083/how-to-translate-arabic-or-any-right-to-left-script-in-outsystems-apps-v2/
https://www.outsystems.com/evaluation-guide/does-outsystems-support-internationalization/#3
Daniel