• How to set the language on Android. Changing the interface language in Android

    IN lately purchasing smartphones or tablets abroad has become very popular - on Ebay or others trading platforms. Sellers do not always provide devices certified for the CIS market - they may have firmware in which the Russian language is turned off. Below we will tell you how to enable it and what to do if it doesn’t work.

    In most firmware for Android devices, the Russian language is present in one way or another - the corresponding language pack is included in them by default, you just need to enable it.

    Method 1: System Settings

    This option is sufficient in most cases - as a rule, the Russian language is usually not installed by default in smartphones purchased abroad, but you can switch to it.

    1. Go to your device settings. If your device has, say, Chinese enabled by default, then use the icons as a guide - for example, "Settings" ("Settings") looks like a gear in the application menu.

      It’s even easier - go to "Settings" via the status bar.
    2. Next we need a point "Language and input", aka "Language and input". On Samsung smartphones with Android 5.0 it looks like this.

      On other devices, the icon looks like a diagram of the globe.

      Click on it.
    3. Here we need the topmost point - aka "Language" or "Language".

      This option will show you a list of the device's active languages. To install Russian, select the button "Add language"(otherwise "Add language") at the bottom – it is accompanied by an icon with the symbol «+» .

      A menu will appear with a choice of languages.
    4. Find in the list "Russian" and tap on it to add. To Russify the smartphone interface, just click on the one you need already in the list of active languages.

    As you can see, everything is quite simple. However, there may be a situation where among available languages there is no Russian. This happens when the device has firmware installed that is not intended for the CIS or the Russian Federation in particular. It can be Russified using the following method.

    Method 2: MoreLocale2

    The combination of the application and the ADB console allows you to add Russian to the unsupported firmware.

    1. Install the application. If you have root access, skip straight to step 7. If not, read on.
    2. Enable USB debugging mode - you can do this using the methods described in the article below.
    3. Now go to PC. Unzip the ADB archive anywhere and move the resulting folder to the root directory of drive C.


      Launch a command prompt (methods for , ) and enter the command cd c:\adb .
    4. Without closing the console, connect your Android device to your computer using a USB cable. After the device is detected by the system, check it with the command in the adb devices line. The system should display a device indicator.
    5. Enter the following commands in sequence:

      pm list packages morelocale
      pm grant jp.co.c_lis.ccl.morelocale android.permission.CHANGE_CONFIGURATION

      The command line window should look like this:


      Now you can disconnect the device from the PC.

    6. Open MoreLocale2 on your device and find it in the list "Russian" ("Russian"), tap on it to select.

      Done - from now on your device is Russified.
    7. The method is quite complicated, however, it does not guarantee results - if the package is not blocked by software, but is missing altogether, then you will either receive partial Russification, or the method will not work at all. If the method with ADB and MoreLocale2 did not help, then the only solution to this problem is to install Russified “out of the box” firmware or visit a service center: as a rule, its employees will be willing to help you for a small amount.

    We looked at all the available options for installing the Russian language on your phone. If you know any other clever methods, please share them in the comments.

    Read how to install and configure the Russian language on your Android phone. A brand new Android smartphone does not have Russian language? A very common problem today that can make users who are not fluent in a foreign language and the structure of modern operating systems nervous.

    As a rule, smartphones suffer from lack of localization. Not the most well-known manufacturers often do not translate or partially translate the interface of proprietary system shells. However, do not despair: if the Android smartphone works in English or at all Chinese, this does not mean that Russian cannot be installed on it.

    Enable Russian language on your phone in Android settings

    The most popular operating system today, Android, is installed on thousands of devices, which are distributed in huge quantities throughout the world. It is clear that in Egypt not every user knows Russian, and in New Zealand - German. Google, which is engaged in development, integrates into its system language packs so that absolutely any user can master it.

    However, until recently, many Android device manufacturers could remove some languages ​​at their discretion. For example, why does a certain smartphone model need Russian language if the company is going to sell it only in Asia? And the cut-out language pack allowed us to save at least a little space on the drive. Now the vast majority of manufacturers do not touch languages ​​- the memory capacity of modern devices allows it.

    Often, if when you first turn on the device it starts up in a language other than your native one, then you just need to select it in the settings. Thanks to the intuitive Android interface, turning on the Russian language is not so difficult (look at the icons if there are hieroglyphs instead of English):

    1. find the device settings shortcut (Settings), which is represented by a gear icon in the application menu or in the notification drop-down window;
    2. now we are looking for the “Language & Input” item, which is usually accompanied by an image of the globe;

    On some smartphones language settings hidden in additional settings(Advanced Setting).

    1. in the new window, click on the line “Language”, located at the very beginning of the list;
    2. A list of available languages ​​will open, from which you must select “great and mighty”.

    Many manufacturers today are developing their own shells for their smartphones with a different interface, which can complicate the search for language settings. If the interface is presented in hieroglyphs, but there are no clear icons, then you will have to, so to speak, “at random”, go through all the settings items until you see the treasured list, presented in different languages.

    As a rule, when you turn on your smartphone for the first time, the system prompts you to select a language, so scroll through the settings carefully.

    Download Russian language for Android

    It’s good when the Russian language is not cut out of the system by the manufacturer - simply by going through item by item, we can select it. More complications occur when language packs are removed. In this case, we will have to tinker a little with the additional software, but you can be sure that your smartphone will start “communicating” in Russian!

    So, instructions:
    1. the key tool we need is the application, which can be downloaded for free on Android from Google Play;
    2. after downloading and installing it, you need to obtain developer rights;

    This is done very simply: go to the device settings (gear icon), go down to the very bottom of the list, where select the last item – “About”. In the window that opens, you will see the Build Number item, which indicates the firmware version. Numerous clicks on the item will give you access to the developer menu.

    1. go back to go to the Developer options item that appeared in the list of settings;
    2. here we are interested in “USB Debugging” (USB (Android) Debugging), so opposite the corresponding item we move the switch to the active state;
    3. now turn it on personal computer, on which we will need to download and install the ADB debugging tool (you can download and learn more about ABD);

    Executive fileA.D.B.We recommend installing it in the root of drive C.

    1. with the help USB cable connect the smartphone to the PC;

    To access command line Hold down the Win+R key combination, enter “cmd” (without quotes) in the window that appears and click “OK”.

    1. in the command line you need to write “cd c:\adb” (if ABD is installed on drive C);
    2. Next, enter “adb devices” so that the connected device is displayed;
    3. if the code name of the smartphone is displayed on the screen, and on the contrary - device, then everything is fine;
    4. enter the command “adb shell”, then – “pm list packages morelocale”, and finally – “pm grant jp.co.c_lis.ccl.morelocale android.permission.CHANGE_CONFIGURATION”;
    5. you can disconnect your Android device from your PC;
    6. launch the MoreLocale 2 application, in which you just have to select the Russian language.

    That's it, the Russian language has been downloaded to Android, and you just need to reboot the device for all the settings to be applied.

    Pay attention!

    The method of localizing a device using the MoreLocale 2 application works at the software level, which means that if you reset the settings to factory settings, you will also lose the Russian language. In this case, you will have to download it again using MoreLocale 2 and ADB.

    In addition, MoreLocale 2 does not guarantee full translation on absolutely all devices. On many smartphones, only part of the applications is translated, and the interface itself remains in the original language.

    Getting the Russian language on Android by flashing it

    In some cases, as we just said, MoreLocale 2 is not able to help with translating Android into Russian, or the application copes with this task partially, which will not suit all users. The most effective, but at the same time in a complicated way All that remains is to flash the device to a third-party version with support for the desired language.

    - this activity is not for every beginner, so first you should study:

    • what is third-party firmware anyway?
    • read about custom recovery;
    • check the forums to see if your device has firmware;
    • Read on thematic forums for instructions on flashing the firmware specifically for your device, as they can vary significantly for each manufacturer.

    Only after thoroughly familiarizing yourself with the topic of firmware for Android devices, proceed directly to the process of installing the firmware on your smartphone or other gadget.

    How to make an Android keyboard in Russian

    To fully use your smartphone, it is not enough to download and install the Russian language only for the system. An important component of Android is, the language of which is often installed by default with the system. To get Russian, you must:

    1. go to the settings of your smartphone or other device;
    2. go to “Language and input”;
    3. in the new window, select “Customize input method”;
    4. here a list of keyboards available on the device will appear, select the one you need;
    5. The first item “Languages” will allow you to select a layout in your native language.

    For the list of languages ​​and toggle switches to become active, you must deactivate the “System language” switch.

    However, not all devices that do not have Russian in their system languages ​​have such settings. First, we will have to install a keyboard that supports the Russian language. Today the user has several hundred options to choose from. great keyboards, and most importantly - free. You can download them directly from Google Play. We recommend that you install a proprietary keyboard from Google -. It is already used by more than 500 million people, it has the possibility of flexible configuration, and supports continuous input mode. In general, one of best keyboards with support for the Russian language on Android, which can be downloaded today.

    After installation, we return to the language settings, where we make Gboard the default keyboard, and also select required languages. You can also customize other features: color, position, shape of buttons and much more.

    Conclusion

    After these simple manipulations, you can comfortably start using your new Android device. Don’t despair and curse the seller from the Middle Kingdom: most likely, you just need to set Russian in the settings. If you are completely on the other side of all these modern systems, then the solution may be to go to service center: for the specified amount, specialists will quickly make your smartphone or tablet familiar with the Russian language. Ask questions in the comments, we will help!


    e Android.

    All kinds of questions and problems arise during the operation of devices with a “green robot”. One of the most common: how to switch the keyboard language in Android. Sometimes you choose one and print on it. And now it is necessary to switch to another language, but that was not the case. It doesn't work. The thought is already creeping in whether there is a virus on Android, or whether the reason is simpler. And all kinds of magical combinations are “typed”, but nothing helps. Then instructions can come to the rescue.

    Switching the language on the Android virtual keyboard

    It is no longer a secret to anyone that a device can have a virtual and physical (USB) keyboard. Let's start with the sensory one.

    1. Go to settings. If you cannot change English language, then look for Settings.

    2. Find “Language and keyboard”; in English this section will be called “Language & keyboard”.

    3. Now select your keyboard settings.

    4. Rustle inside. You need to detect something like “input language” or “language selection key”. IN different devices(and Russification can give different translations).

    5. Now select the language you need for the keyboard. After saving, this language will be added to virtual keyboard(check the boxes). The "actual" language will be written on a space.

    To change the layout you will need to either move your finger left and right along the space bar, or press a special button (most often in the form of a schematic globe). It all depends on the type of keyboard, so the options are different. For example, with Samsung you have to tinker a little longer, because it’s more difficult to find “ticks” on them. However, if you follow the instructions carefully, you will quickly figure it out and add the necessary languages. If necessary, they can be “downloaded” from the network. Of course, in this case, creating a folder on iPhone e is an unnecessary idea.

    Switching the language on the physical Android keyboard

    This method applies to tablet am, since most often they have USB keyboards for ease of typing. How to switch the keyboard language in Android if it is physical? It's also quite simple.

    1. Again, the first thing you need to do in the settings is check the boxes next to the languages ​​you need.

    2. Save your selection.

    3. Further, depending on the chosen one (or because of the firmware), switching languages ​​can be done using various key combinations: Ctrl+Shift (either left, or right, or both working options) is the most common way to switch layouts.

    Sometimes there are keyboards with the same globe symbol. But again, for the keyboard to work, you need to configure it on Android itself. Only after all the settings on it will it be possible to switch layouts at your discretion.

    How to switch the input language (keyboard) on an Android smartphone or tablet.

    When using an external Android keyboard, you may experience problems switching layouts. There are two ways to solve this problem and configure switching layouts: in simple ways– both through Android itself and through a small free program Russian Keyboard.

    Switching external keyboard layouts using Android itself

    First, with the keyboard connected, you need to go to the device settings and find the “Language and input” item there. There, find the “Physical Keyboard” section (if the keyboard is disabled, it will not appear in the settings), and in it the “Select keyboard layout” item.

    Most likely, the “Default” item will be active there, which means that the keyboard will use the device language without the ability to switch layouts.

    We select the item “Customize keyboard layouts” - and if a long menu of possible layouts is displayed, then we are lucky. It is necessary to mark the Russian and English (USA) layouts, after which the setup can be considered complete.

    You can switch layouts on a physical keyboard by pressing Ctrl+Space.

    Switching external keyboard layouts through the Russian Keyboard program

    But it may turn out that the “Customize keyboard layouts” menu is empty. There's nothing to choose from. Or you are not satisfied with the option of switching layouts using the Ctrl+Space keys and want to change the combination to the usual Alt+Shift.

    In this case, you will have to install from Google Play free application Russian Keyboard, which adds to the system new keyboard with the same name - Russian Keyboard.

    The Russian Keyboard virtual keyboard looks very poor and is unlikely to attract anyone, but its trick is that it allows you to work normally with external keyboard and it’s normal to switch layouts on it.

    First, go to the “Keyboard Settings” application that appeared in the system when installing Russian Keyboard, select “Hardware Keyboard” in it, and “Select Layout” in it. By default there is “Translit”, it needs to be changed to “External Keyboard (RU)”.

    In the same menu, you can configure a key combination to switch layouts. There are 3 options available: Alt+Shift, Alt+Space, Shift+Space. Personally, I choose the first option as the most familiar.

    This is almost all over. All you have to do is remember to switch the keyboard used in the system to Russian Keyboard. You can do this by placing the cursor in the text input field and selecting the “Select input method” item that appears in the notification panel.

    Many users buy Android smartphones and tablets with an English interface.

    Luckily, most Android devices offer built-in support for changing the display language, and the entire process only requires a few steps.

    Note: This guide has been tested for htc phones and Samsung with Android 7 Nougat and Android 6 Marshmallow.

    In general, the procedure is similar on all Android devices, even if you have a different version.

    Step 1 change language - open Settings

    Open Settings app(Settings) on your Android smartphone or tablet you can do in several ways, one of which is by clicking on the Settings icon in the list of applications.

    Step 2 - Find Language Settings and Text Input

    Scroll through the list of options until you find the option: “Language and input.”

    After clicking on it, a tab will open, where the first item will see the active interface (default), used to display the operating system Android systems- “Language”.

    Step 3 change language - adding Russian

    After clicking on Language you will see settings such as display language, spell checking, customizing the keyboard interface and much more.

    To change, on your smartphone or tablet, click on the “Add a Language” button.

    You will see a list of all languages ​​available for your Android devices. Scroll down the list until you find the language you are interested in and click on its name.

    Your selection will be added to the list. If you want to add one more, repeat the instructions in this section to add as many as you like.

    Step 4 change language on android - select the one you want

    To change, open the “Language and input” option again, click on Language and select the one you want to use.


    Attention! The keyboard requires additional actions - you will see them on the “Language” tab or, if you have chosen the Russian interface, then on the “Language”.

    NOTE: in third party applications that you have installed on your smartphone or tablet, you may need to make this setting within each application separately. Good luck.