shuhrat10 Posted October 2, 2010 Posted October 2, 2010 Hi - I need help how add this code in Ultimate_SEO_URLSv22d_10 for support convert Russian to abc... etc $cyrillic = array( "ж", "ё","й", "ю","ь", "ч", "щ","ц","у","к","е","н","г", "ш","з","х","ъ","ф","ы","в","а","п","р","о","л","д", "э", "я","с","м","и","т","б", "Ё","Й", "Ю", "Ч","Ь", "Щ","Ц","У","К","Е","Н","Г", "Ш","З","Х","Ъ","Ф","Ы","В","А","П","Р","О","Л","Д", "Ж", "Э", "Я","С","М","И","Т","Б"," "); $translit = array("zh","yo","i","yu", "","ch","sh","c","u","k","e","n","g","sh","z","h", "","f","y","v","a","p","r","o","l","d","ye","ya","s","m","i","t","b","Yo","I","Yu","Ch", "","Sh","C","U","K","E","N","G","Sh","Z","H", "","F","Y","V","A","P","R","O","L","D","Zh","Ye","Ya","S","M","I","T","B", "-"); $string = str_replace($cyrillic, $translit, $string); and I need for Polsih Language ! Big Thanks everyone! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.