Jump to content

Recommended Posts

Posted

Does anyone know how to get the abris into English? I set the cockpit in English but the abris is still in Russian. I see people on YouTube with theirs in English but can’t find anything showing how to do it. 

Posted (edited)

Yes, is quite simple.

Navigate to: DCS World\Scripts\Aircrafts\_Common\Cockpit and edit with NOTEPAD++ the following file.

localizer.lua

On the very top you can read:

country = "EN"
if  LockOn_Options.avionics_language == "native" then
    country = "RU"
end

CHANGE "RU" for "EN" like this:

country = "EN"
if  LockOn_Options.avionics_language == "native" then
    country = "EN"

Save changes and thats all. Take in count that with every update you must do this again, or just copy and overwrite the file from the backup folder after the update.

 

PD: Taz option is even easier..... XDDDDD

Edited by Esac_mirmidon

" You must think in russian.."

[sIGPIC][/sIGPIC]

 

Windows 7 Home Premium-Intel 2500K OC 4.6-SSD Samsung EVO 860- MSI GTX 1080 - 16G RAM - 1920x1080 27´

 

Hotas Rhino X-55-MFG Crosswind Rudder Pedals -Track IR 4

Posted
21 hours ago, Taz1004 said:

In the Avionics language setting in Options - Gameplay.

Thanks for the info. never knew there was a separate place! Think i have it worked out now

Posted
On 10/30/2021 at 12:25 AM, Esac_mirmidon said:

Yes, is quite simple.

Navigate to: DCS World\Scripts\Aircrafts\_Common\Cockpit and edit with NOTEPAD++ the following file.

localizer.lua

On the very top you can read:

country = "EN"
if  LockOn_Options.avionics_language == "native" then
    country = "RU"
end

CHANGE "RU" for "EN" like this:

country = "EN"
if  LockOn_Options.avionics_language == "native" then
    country = "EN"

Save changes and thats all. Take in count that with every update you must do this again, or just copy and overwrite the file from the backup folder after the update.

 

PD: Taz option is even easier..... XDDDDD

 

Why editing avionics language inside a .lua file, if one can simply switch it on the GUI, just likethe way Taz1004 wrote it? 😊

Posted

Right. 

" You must think in russian.."

[sIGPIC][/sIGPIC]

 

Windows 7 Home Premium-Intel 2500K OC 4.6-SSD Samsung EVO 860- MSI GTX 1080 - 16G RAM - 1920x1080 27´

 

Hotas Rhino X-55-MFG Crosswind Rudder Pedals -Track IR 4

  • 4 months later...
Posted (edited)

Start DCS

DCS  Missions / Options (Gearwheel Icon on Task Bar)

Select "Gameplay" Tab

Column Headed NATO  Top right of tab screen

Second Item

Avionics Language - Select required

a.  Native (the language of the country of origin of the Aircraft)

b. English (Not known if this changes with the O/S or DCS Country of purchase language).

Third Item Measurement system as required (Most primary flight gauge scales and readouts are set by selection) 

a.  Metric

b.  Imperial

These settings are not specific to a type of aircraft, and stay extant until the user decides to change them

Very Simple and takes seconds to implement. No scripts required difficult to mess up!!

Edited by Todd Down
Typo
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...