Search button translate proublem
-
Hi guys, I have a problem with the translation of the text on the button “Search” In order to translate it to Russian I replace the code
$_replace = array(‘<input name=”iNICfaqsS” id=”iNICfaqsS” class=”iNICfaqs” value=”‘ . $_keyword . ‘” />’, ‘<input type=”submit” name=”iNICfaqsButton” id=”iNICfaqsButton” value=”Search” />’);
from the file inic_faq.php in to
$_replace = array(‘<input name=”iNICfaqsS” id=”iNICfaqsS” class=”iNICfaqs” value=”‘ . $_keyword . ‘” />’, ‘<input type=”submit” name=”iNICfaqsButton” id=”iNICfaqsButton” value=”Поиск ” />’);
But the translation on the page is not displayed correctly
- The topic ‘Search button translate proublem’ is closed to new replies.