# разработка веб-сайтов

Published articles for разработка веб-сайтов.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Правосторонний интерфейс: адаптируем контролы к right-to-left языкам

DevFeed: [Правосторонний интерфейс: адаптируем контролы к right-to-left языкам](<https://devfeed.tech/articles/right-to-left-23617.md>)

Original publisher: [Read original article](<https://habr.com/ru/companies/badoo/articles/511926/>)

Author: frontendj (Badoo)

Published: 2020-07-23T11:04:56Z

Content type: tutorial

Language: ru

Sources: [Badoo EN](<https://devfeed.tech/sources/badoo-en.md>), [Badoo RU](<https://devfeed.tech/sources/badoo-ru.md>)

Topics: [ui](<https://devfeed.tech/topics/ui.md>), [CSS](<https://devfeed.tech/topics/css.md>), [Web Development](<https://devfeed.tech/topics/web-development.md>)

Tags: [css](<https://devfeed.tech/tags/css.md>), [html](<https://devfeed.tech/tags/html.md>), [tag-21a054034c89](<https://devfeed.tech/tags/tag-21a054034c89.md>), [tag-e901cee5c9b7](<https://devfeed.tech/tags/tag-e901cee5c9b7.md>), [ui](<https://devfeed.tech/tags/ui.md>), [usability](<https://devfeed.tech/tags/usability.md>)

### AI overview

The article discusses adapting website controls and forms for right-to-left languages. It examines text input and display behavior in RTL interfaces, including email addresses, passwords, cursor placement, text direction, and keyboard-layout switching.

### Source excerpt

C адаптацией приложений и сайтов под RTL-языки (right-to-left, справа налево) сталкиваются разработчики многих развивающихся и выходящих на новые рынки продуктов. Мы в Badoo тоже в какой-то момент оказались в этой ситуации: наши приложения переведены на 52 языка и диалекта. В этой статье я расскажу о нескольких интересных нюансах, которые мы обнаружили при адаптации форм на сайте Badoo.сом под иврит и арабский язык. Читать дальше ->