Answer the question
In order to leave comments, you need to log in
The function of translating a line from transliteration, write it yourself?
Drupal has a transliteration module that allows you to translate strings and file names into transliteration. In my project, in particular, I use the function of this module:
<?php
// переводим строку в транслит
transliteration_get($string);
?>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question