Localization: I want the backend: english and frontend in defined language
I’d like to have the backend of WordPress in English and use a different locale for the frontend
I’d like to have the backend of WordPress in English and use a different locale for the frontend
I have a bi-lingual blog with English as the main language and Arabic. Currently I use the post “Custom Field” to indicate that the post is Arabic and I use that in my child theme to change the direction to RTL and the text translation to Arabic, however, I do that manually which means I fully customize the theme with strings in both languages and pick the correct one based on the custom field value and also set the direction for the html tags for the post title, body and comments. It is working, however, changing the theme later means I need to redo everything. I am also trying to use a comment plugin “wpDiscuz” but there is no easy way to control the language other than editing the plugin itself which I don’t want to do since I want to be able to update it easily and not redo the changes after every update.
I’ve created a theme at underscores.me and it seems it is multi-language ready.
How do you get the content by id and by specific language? I need to display two specific language content in a page, regardless of the session’s language. So far, this is my progress: this works fine for getting the content by id of the active language: <?php $id=47; $post = get_page($id); $content = apply_filters('the_content', … Read more
I would like to use the english interface for the back-end but I would like to set it to native language for an editor. I know WPML has this feature, but I don’t want to install the unsupported WPML just for this reason.
I’ve been using WPML to have multilanguage capabilities in my WordPress implementations. Now WPML has gone commercial, and I’m looking for a open source non-commercial replacement. My main concerns are: It should be easy to use for the content administrator. It should be fairly flexible. It should let me decide the URL structure for each … Read more