**Problem:**
Unlike in the desktop termbox, the mobile termbox doesn’t have a row in the table for the current UI language. Instead, the UI language is edited in the “title” section. This makes the mobile termbox incompatible with language fallback. See T329630 for a more complete goal description.
**Solution:**
Copy the workflow from the desktop termbox.
**Mockup:**
{F36852665}
| [[ https://www.figma.com/file/UMHGYSxln03lGx2z7GxzP2/MUL---Termbox?node-id=340%3A4426&t=CoqKoUFLGxpqjPdE-0 | Link to workflow and specs in Figma ]] |
**Open questions:**
* How do we split all of the changes into tasks most elegantly?
**Acceptance criteria:**
[] The UI language is added as a normal row in the mobile termbox when viewing or editing a page (as on desktop).
[] The Label in the “title” not directly editable anymore (as on desktop).
[] Show the language name above the “title” label and description only to indicate fallbacks (as on desktop).
[] The Label in the “title” gets the normal language fallback when viewing or editing a page (no elaborate client-side continuous updates needed at this time).