davidegironi / advanceddatagridview

A .NET WinForms DataGridView with advanced capabilities
392 stars 123 forks source link

advanceddatagridview ru localization #142

Closed MaMuH-6orATblPb closed 4 weeks ago

MaMuH-6orATblPb commented 4 weeks ago

Hello! Tell me please, how to enable Russian localization? Thank you! 42962898-62f77a1a-8b9b-11e8-98bf-3e89075880ce Например, эти элементы. Сортировка по алфавиту, фильтр, отмена, очистка сортировки и так далее. Они на английском языке.

davidegironi commented 4 weeks ago

Hello, find the sample code in the sample project. Basically you could load it from file by using the method: AdvancedDataGridView.SetTranslations(AdvancedDataGridView.LoadTranslationsFromFile("your-russian-lang.json"));

MaMuH-6orATblPb commented 4 weeks ago

а куда этот код вводить?

MaMuH-6orATblPb commented 4 weeks ago

where should I enter this code?

MaMuH-6orATblPb commented 4 weeks ago

all figured out, thank you!