How to Russify Xiaomi Camera: 5 Proven Ways

Have you bought a Xiaomi, Redmi or POCO smartphone with global firmware, but the camera interface is displayed in Chinese, English or another foreign language? Or did the MIUI update change language? This problem is familiar to many users โ€” especially those who purchase devices through foreign stores or get them with informal firmware. In 80% of cases, the solution takes less than 5 minutes, but requires knowledge of the nuances of the MIUI system.

In this article, we will look at all the current ways to Russify the camera on Xiaomi, from standard settings to circumventing restrictions through ADB and third-party utilities. Separately, we will look at typical errors (for example, when the language changes only partially) and give recommendations for specific models, from the budget Redmi Note 12 to the flagship Xiaomi 14 Ultra. All instructions are tested on MIUI 14/15 and are relevant for 2026.

Why is the Xiaomi camera not Russified?

The problem with the camera interface language is usually due to one of three reasons:

  • ๐Ÿ“ฑ Regional firmware restrictions. Global versions MIUI (MIUI Global) support Russian, but Chinese (MIUI China) or firmware for specific markets (e.g, MIUI India) often blocks it.
  • ๐Ÿ”„ Reset: After resetting to factory settings or software updates, the camera language may be reset to the default language (most commonly English).
  • ๐Ÿ› ๏ธ Modified software: Castom firmware (e.g. Xiaomi.eu) or rooted devices may conflict with language packs.

Interestingly, sometimes the problem only affects the camera app while the rest of the system is displayed in Russian, because MIUI stores the language settings for system and third-party applications separately, for example, in Xiaomi 13T Pro, the camera can be in Chinese, and the gallery can be in Russian.

๐Ÿ“Š What kind of smartphone you Xiaomi?
Redmi (Note/Number series)
POCO (F/X/M)
Xiaomi (digital series)
Xiaomi (letter series, such as Mi 11)
Other

Method 1: Change the language of the system (basic method)

In 60 percent of cases, you just change the language of the system, and the camera will pull it up automatically.

  1. Open Settings โ†’ Additional โ†’ Language and Input โ†’ Language.
  2. Choose Russian (Russia) or Russian (Ukraine) (if the first one is not on the list).
  3. Confirm the change and restart the device.

If the Russian is not on the list:

  • ๐Ÿ” Check that you have a global firmware (in Settings) โ†’ The phone. โ†’ Version. MIUI It must be the word Global).
  • ๐Ÿ“ฅ Download the language package through Settings โ†’ Additionally. โ†’ Language and input โ†’ Download languages (not available on all versions) MIUI).

โš ๏ธ Note: On some models (e.g, POCO F5) After changing the language, you need to clear the cache of the camera application. โ†’ Annexes โ†’ Application management โ†’ Camera. โ†’ Warehouse โ†’ Clear the cache.

๐Ÿ’ก

If after changing the language in the camera left separate inscriptions in a foreign (for example, in Pro or VLOG mode), try to switch to another mode and return back - this sometimes resets the interface cache.

Method 2: Russification through camera application settings

In newer versions of MIUI (starting with MIUI 13), the camera has its own language settings, independent of the system, to change them:

  1. Open the Camera app.
  2. Touch the gears. โš™๏ธ in the upper right corner (or swipe up if the toolbar is hidden).
  3. Select Settings โ†’ Language (or Language if the current language is not Russian).
  4. Install Russian and confirm the choice.

If the language item in the camera settings is not:

  • ๐Ÿ”„ Update the camera app via Google Play (if itโ€™s updated separately from the system).
  • ๐Ÿ“Œ Check if the item is hidden behind the additional menu (for example, Additional settings) โ†’ Regional).
What to do if the camera settings do not have the "language" item?
This means that your version of the camera app does not support manual language change, in which case either updating the firmware (see Method 4) or installing a modified version of the camera (see Method 5) will help.
Smartphone modelDoes Russification support through camera settings?Notes
Xiaomi 14 / 14 Pro / 14 UltraYes.Language is available in Settings โ†’ General
Redmi Note 12 / 12 ProYes (on MIUI 14+)MIUI 13 requires a camera upgrade via Google Play
POCO F5 / F5 ProPartially.Language changes, but some modes (e.g. Movie) remain in English
Xiaomi 12T / 12T ProNo.Requires a change of system language or firmware

Method 3: Installation of a language packet via APK

If the system settings don't work, you can manually install a language pack for the camera, which works on 90% of devices with MIUI 12-15, but you need to be careful:

  1. Download the language package for MIUI Camera from a trusted source (e.g. Xiaomi.eu or Google) 4PDA). Pay attention to the version: ๐Ÿ“Œ For Xiaomi/Redmi 2022โ€“2026 fitting MiCamera_Lang_RU_v6.apk. ๐Ÿ“Œ For older models (up to) 2021 year-end) โ€” MiCamera_Lang_RU_v4.apk.

.apk

Settings โ†’ Applications โ†’ Special Rights

Reset the device.

Important: Install packages only from trusted developers. Fake APKs can contain malicious code or disrupt camera performance (e.g., disable HDR or night mode).

โš ๏ธ Note: On some firmware (for example, MIUI China Stable) third-party installation APK For the camera, it can cause the app to be blocked with the message "Camera stopped." In this case, only resetting or flashing the app will help.

Method 4: Update the firmware to the global version

If your smartphone is originally designed for the Chinese market (MIUI China), the most reliable way to Russify is to flash it to the global version of MIUI.

  • ๐Ÿ”ง Method 1: Through OTA-Update (if available): Go to Settings โ†’ The phone. โ†’ Update the system. Press three dots. โ‹ฎ โ†’ Select the service pack. Download the global ROM For your model from the official Xiaomi website (select Global Stable.

Method 2: Through Fastboot

fastboot flash recovery recovery.img


fastboot flash system system.img




fastboot flash boot boot.img

For full instructions and firmware files, look for Xiaomi Firmware Updater.

Advantages of Global Firmware:

  • ๐ŸŒ Full Russification of all system applications, including the camera.
  • ๐Ÿ“ฑ Google Services and Google Camera support (if itโ€™s important).
  • ๐Ÿ”„ Regular security updates.
  • Connect your phone to your PC and execute commands: adb shell pm list packages | grep camera Find the camera package (usually com.android.camera or com.miui.camera).
  • Apply the language settings: adb shell am start -n com.miui.camera/.settings.LanguageSettingsActivity adb shell settings put system system_locales ru_RU
  • Reset the device.

If the commands donโ€™t work, try an alternative method:

adb shell


su




setprop persist.sys.locale ru-RU




reboot

๐Ÿ’ก

ADB-commands change language settings at the system level, but do not guarantee 100% camera Russification. If the language has not changed after the reboot, check if the firmware does not block the change (especially important for the camera). MIUI China).

Solving Typical Problems After Russification

Even after a successful language change, Xiaomiโ€™s camera may have problems.

Problem.Reason.Decision
Camera flies off after changing languageConflict of language package with MIUI versionClear the cache and camera data in Settings โ†’ Apps
Some of the inscriptions remain in English.Incomplete language packageInstall it further. MiCamera_Lang_Extra.apk
The camera does not start after the firmwareDamaged system filesReset via Fastboot (fastboot erase system + flashing)
No sound in video after RussificationResetting regional settingsCheck the microphone settings in Settings โ†’ Sound

If some camera features (such as Super Night Mode or AI Watermark) are missing after Russification, this may be due to:

  • ๐Ÿ”„ Reverse the app version (update the camera via Google Play).
  • ๐Ÿ“ต Regional restrictions (some modes are only available on Chinese firmware).
  • ๐Ÿ› ๏ธ Magisk module conflict (if you have root rights, disable camera-related modules).

FAQ: Frequent questions about Xiaomi's camera Russification

Can I Russify the camera on Xiaomi without flashing?
Yes, in most cases, it is enough to change the system language or install a language package (Methods 1-3). Flashing (Method 4) is required only for devices with MIUI China, where Russian is locked at the firmware level.
Why is the camera in English again after the MIUI update?
This is due to language resets on major updates. Solution: Repeat Method 1 or 2. If it doesn't work, clear the camera cache (Settings โ†’ Apps โ†’ Camera โ†’ Storage โ†’ Clear cache).
How to Russize the camera on the POCO F6 Pro?
Nana POCO F6 Pro (and other new models) POCO) Russification works through camera settings: Open the camera โ†’ โš™๏ธ Settings โ†’ General. โ†’ Select Russian. If you don't have one, update the camera app via Google Play.
Is it safe to install language packs with 4PDA?
Yes, if you download files from proven themes (e.g., from moderators or Xiaomi.eu developers: ๐Ÿ” Check the reviews of other users. ๐Ÿ›ก๏ธ Download only files with the.apk extension (not.zip or.exe). ๐Ÿ“Œ Prefer packages marked [Signed] (signed).
Can Chinese firmware be returned after the transition to global?
Yes, but it requires a full flashing through Fastboot or Recovery: ๐Ÿ”„ When you return to MIUI China's Russian language will disappear again. ๐Ÿ“ต Some features (such as Google Services) may stop working. โš ๏ธ On new models (for example, Xiaomi 14), the transition from global to Chinese firmware can block the transition from the global to the Chinese firmware. 5G.