Russian Language Module Problem

I have a problem with the Russian language module.

It shows not installed, yet it is because you can select it via the footer.

When looking into the modules and trying to install I get this error.

Installation of: Russian Language Failed

 

 

Language file parse error or such language already exists: lang-ru.php
 
 

I need to remove the language from the site because of 3rd party missing languages and this is how I found this error.

What do I need to do?

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 29 Jun 2014

WOW, ghost town or what?

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 29 Jun 2014

Go to sys_localization_languages and delete the row with the Russian language,  using phpmyadmin or run this query

DELETE FROM `sys_localization_languages` WHERE `Name` = 'ru';

warning : before deleting from sys_localization_languages table grab the language ID to delete any language keys from:

sys_localization_strings table  and run this query:

DELETE FROM `sys_localization_strings` WHERE `IDLanguage` = 'your_IDlanguage'; remember to change the your_IDlanguage by the correspondent number.

the last but not the least delete from sys_localization_categories table the row corresponding to russian language, your done.

Quote · 30 Jun 2014

THANKS!

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 1 Jul 2014
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.