I have used qTransalte a lot of times… i some cases i have used this kinda of code
for widgets and special elements in the design such as the logo / images
$bloginfo = get_bloginfo( 'language' );
if ($bloginfo == 'he-IL') {
// hebrew sidebar here
} else {
// English sidebar here
}
.
But that just in specific cases… in most cases qTranslate has a ready made solution.
Best of luck.
Sagive
Related Posts:
- Disable qTranslate by post type in admin + disable per page / post ID on front-end [closed]
- Qtranslate displays empty categories with get_categories()
- How to set a custom title per language?
- Between functions.php (theme), widgets, and plugins, which is loaded first?
- Conditionally enqueue a widget’s script/stylesheet in HEAD (only when present on page!)
- How to set back-end language per user?
- How to keep plugin translations after updates?
- Plugin upgrading: Widget settings
- Simple rich text editor in Text widget?
- How to force WordPress to temporarily switch locale (using qTranslate)? [closed]
- How To Determine If A Filter Is Called In A Sidebar/Widget Context?
- What is the best page ordering plugin that works well with WPML? [closed]
- How to enable edit button in the theme’s customize UI?
- How can I make my custom shortcode work in a Custom HTML Widget?
- Need to create a Theme demo site that features multiple themes
- Disable Specific Widgets on Selected Pages of a WordPress Website?
- Force Plugin to English Translation
- Adding a widget programmatically
- Add code into on a per page/post basis
- Delete Custom Dashboard Widgets
- What is the purpose of adding a .po file?
- Override dynamic_sidebar() in plugin?
- How to pass JavaScript variable to PHP in wordpress widget?
- Is dynamic forms/entries possible in Widget?
- How do I add a widget programmatically to a newly created site (WPMU) within a plugin?
- How To Add an Extra Field in All WordPress Available Widgets?
- How to place random widgets in the WordPress sidebar?
- Override Widget class in plugins with custom plugin
- Using the media uploader in a custom plugin
- Has anyone been able to get the aweber plugin to work
- How to create a widget or plugin to add custom content to my website?
- Pages with 2 Columns
- WordPress widget / plugin….fields not appearing in my widget
- Custom Widget outputs the input but doesn’t save anything inside the textarea
- Custom values are not translated
- Can I ignore caching of a plugin in W3 Total Cache? [closed]
- Separate backend “Widgets” page for each language
- titles in recent posts appear together in all languages with qtranslate
- Why is the unrendered widget number `__i__` showing up in the JavaScript but not in the HTML?
- Custom Widget Creating PHP Exception When Placed In Its Own PHP File
- Remove Widgets in Dashboard
- register child class in another plugin
- Plugin translations problem
- Themes VS Plugins [duplicate]
- Changing widget options via the functions.php when there are no hooks
- Conditional Display of Links in Widgets
- How can I retrieve data within my widget
- How to Get Admin Settings for a widget when using the_widget() with custom widget
- How to unregister a widget from a child theme
- WordPress multiple widget in single plugin
- Created Widget Not Showing up on Admin Panel
- How do I register a stylesheet inside a WordPress widget?
- Setting up widgets in wordpress with a unique ID for the after_title argument
- How to exclude a widget from page 1 of a paginated post
- Why load_textdomain work but not load_plugin_textdomain?
- Detect if a plugin was included in a certain page
- Language Translation is not working?
- Setting up a multilingual wordpress site
- How to get popular post from across a network?
- Are there plugins that interfere with the admin part of Rss widget?
- Flickr plugin that will display photos from multiple group pools? [closed]
- How WordPress knows where to find locale files?
- Prepare plugin options for multi-lingual support
- how can i limit the number of instances for my widget
- Dashboard Widget Form
- I need some direction on how to have a sidebar based on meta rather than page
- Popup Cookie WordPress select language and section (Elementor)
- How can I reuse the WordPress search form for a custom plugin / widget?
- Admin Dashboard with Custom Tab for Client
- Multisite Widget/Content
- Passing $this->get_field_name() to javascript
- Is there plugin to show recent posts from one website in the widget area of another?
- Can I use a form in a dashboard widget?
- Ajax gives 400 error
- WordPress author details plugin/widget
- Missing argument 3 for wp_register_sidebar_widget()
- The called constructor method for WP_Widget in GFWidget is deprecated since version 4.3.0! Use
- More than one text-domain is being used because of the included templates for plugins
- I wrote my plugin. How to display the result of the plugin’s function to sidebar (widget?)?
- WAMP to XAMPP WordPress transfer
- how to load the language file in plugin?
- How to check if you are on widget.php page?
- I have no idea “How change font for elements in widget?”
- Widget for adding HTML markup to a page
- The plugin generated 3 characters of unexpected output during activation
- How to save additional user data as part of the registration process?
- Get post values of form created by widget in sidebar
- How to query the custom fields by language?
- Theme’s default styles are overriding my plugin’s custom CSS
- How to enable qTranslate languages tabs in custom plugin page
- Adding widgets to header and footer from plugin
- Archive – same title for the first two posts
- Rotate Widgets or Content Blocks every x sec/min
- qTranslate conflicts with SEO-plugins [closed]
- How to style the RSS wordpress?
- How can I disable widget from being visible on some pages?
- How to display more than one instance for a widget?
- Custom random quote widget breaks when used in multiple sidebars
- Hooking in to replace the Sidebar/Widget areas
- Do widget options need to be escaped widget()?