# Preparations
* in Admin Console
# go to {nav Configuration > Website > Regional} section
# create a new language, that will have:
* Pack Name: Russian
* Local Name: Русский
# Part 1
* on Front-End (the "advanced" theme):
# go to homepage
# switch from current language into `Russian` language using language selector in header
# confirm, that page URL is `.../russian/index.html`
# click on the `Directory` item in menu
# confirm, that:
* `.../russian/directory.html` page is opened
* the breadcrumbs look like `Home > Directory`
# Part 2
* in Admin Console:
# go to {nav Website & Content > Structure & Data} section
# open `Directory` category for editing
# change language (in editing form) into `Russian`
# enter `Директория` as category title
# save changes
* on Front-End (the "advanced" theme):
# go to homepage
# switch from current language into `Russian` language using language selector in header
# confirm, that page URL is `.../russian/index.html`
# click on the `Directory` item in menu
# confirm, that:
* `.../russian/directory.html` page is opened
* the breadcrumbs look like `Home > Директория`
# Part 3
* on Front-End (the "advanced" theme):
# go to homepage
# switch from current language into `English` language using language selector in header
# confirm, that page URL is `.../index.html`
# click on the `Directory` item in menu
# confirm, that:
* `.../directory.html` page is opened
* the breadcrumbs look like `Home > Directory`