Only strings, no multisites?
-
Hi, at first i want to let you know what a great plugin you wrote!
My question:
is it possible to use string translations just like…
$currentlang = get_bloginfo(‘language’);
if($currentlang==”en-US”):?>
english text
<?php elseif($currentlang==”es-ES”): ?>
spanish text
<?php else: ?>
any other language
<?php endif; ?>… to translate my page? I am about to build a website, where i dont need individual texts to translate.
Is there a way to keep my “not-translated-menu” and the browser still knows which language i selected, after clicking on any menu link?
I dont want to use several pages for each language.
Is there any way to do this?Thank you guys!
- The topic ‘Only strings, no multisites?’ is closed to new replies.