Title: Bogo
Author: Rock Lobster Inc.
Published: <strong>4 maio, 2009</strong>
Last modified: 16 junho, 2026

---

Pesquisar plugins

![](https://ps.w.org/bogo/assets/banner-772x250.jpg?rev=908124)

![](https://ps.w.org/bogo/assets/icon-256x256.png?rev=1047282)

# Bogo

 Por [Rock Lobster Inc.](https://profiles.wordpress.org/rocklobsterinc/)

[Baixar](https://downloads.wordpress.org/plugin/bogo.3.9.2.zip)

 * [Detalhes](https://br.wordpress.org/plugins/bogo/#description)
 * [Avaliações](https://br.wordpress.org/plugins/bogo/#reviews)
 *  [Instalação](https://br.wordpress.org/plugins/bogo/#installation)
 * [Desenvolvimento](https://br.wordpress.org/plugins/bogo/#developers)

 [Suporte](https://wordpress.org/support/plugin/bogo/)

## Descrição

Bogo is a straight-forward multilingual plugin for WordPress.

The core of WordPress itself has the built-in localization capability so you can
use the dashboard and theme in one language other than English. Bogo expands this
capability to let you easily build a multilingual blog on a single WordPress install.

Here are some technical details for those interested. Bogo plugin assigns [one language per post](https://wordpress.org/support/article/multilingual-wordpress/#different-types-of-multilingual-plugins).
It plays nice with WordPress – Bogo does not create any additional custom table 
on your database, unlike some other plugins in this category. This design makes 
Bogo a solid, reliable and conflict-free multilingual plugin.

#### Getting started with Bogo

 1.  Install language packs
 2.  First, install language packs for languages you use on the site. You can view 
     and install language packs in the **Language Packs** screen (**Languages > Language
     Packs**).
 3.  Select your language for admin screen
 4.  Bogo lets each logged-in user select a language for their admin screen UI. Select
     a language from the menu on the [**Toolbar**](https://wordpress.org/support/article/administration-screens/#toolbar-keeping-it-all-together),
     or from the menu in the **Profile** screen (**Users > Your Profile**) if the **
     Toolbar** is invisible.
 5.  Translate your posts and pages
 6.  To create a translation post, go to the editor screen for the original post and
     find the **Language** box. Bogo does only make a copy of the post; translating
     the copied post is your task.
 7.  Add language switcher widgets
 8.  It would be useful for site visitors if you have a language switcher on your site.
     Bogo provides the **Language Switcher** widget in the **Widgets** screen (**Appearance
     > Widgets**).
 9.  You can also use the `[bogo]` shortcode to put a language switcher inside a post
     content. If you want to use this shortcode in your theme’s template files, embed
     the following code into the template:
 10.     ```
         <?php echo do_shortcode( '[bogo]' ); ?>
         ```
     

#### Privacy notices

With the default configuration, this plugin, in itself, does not:

 * track users by stealth;
 * write any user personal data to the database;
 * send any data to external servers;
 * use cookies.

## Capturas de tela

[⌊You can select your language in the Toolbar.⌉⌊You can select your language in 
the Toolbar.⌉[

You can select your language in the **Toolbar**.

[⌊The Language box manages the post's translations.⌉⌊The Language box manages the
post's translations.⌉[

The **Language** box manages the post’s translations.

[⌊The Language Packs screen lets you view and install language packs.⌉⌊The Language
Packs screen lets you view and install language packs.⌉[

The **Language Packs** screen lets you view and install language packs.

## Blocos

Este plugin disponibiliza 1 bloco.

 *   Language Switcher Language switcher widget by Bogo.

## Instalação

 1. Upload the entire `bogo` folder to the `/wp-content/plugins/` directory.
 2. Activate the plugin through the **Plugins** screen (**Plugins > Installed Plugins**).

## Avaliações

![](https://secure.gravatar.com/avatar/356e12611e6da4fa3b125cca9cfe2a06636c9b36e450c3dab7223eb30f480949?
s=60&d=retro&r=g)

### 󠀁[Basic but solid multilingual plugin](https://wordpress.org/support/topic/basic-but-solid-multilingual-plugin/)󠁿

 [Jean Werk](https://profiles.wordpress.org/brightbluegum/) 25 outubro, 2025

Solid multilingual plugin for simple projects like brochure site or blog. There 
are many action hooks and filters for developers to use. Despite the lack of comments,
they’re relatively easy to understand.

![](https://secure.gravatar.com/avatar/a556f0c812162ab6f10fc8748912889c4b1135aafaa4452badcf5b733bb1f91d?
s=60&d=retro&r=g)

### 󠀁[Do you have a GitHub to contribute?](https://wordpress.org/support/topic/do-you-have-a-github-to-contribute/)󠁿

 [David Perez](https://profiles.wordpress.org/davidperez/) 21 outubro, 2025 2 respostas

There are some functionalities needed that should be in the core like change the
post language, or linking to another post. Do you have a repository to contribute?

![](https://secure.gravatar.com/avatar/f33236201e55e772441f2ff66b53b7796e09dca8cfa5689a4a249aee3418b656?
s=60&d=retro&r=g)

### 󠀁[Amazing plugin!](https://wordpress.org/support/topic/amazing-plugin-2808/)󠁿

 [basbuis](https://profiles.wordpress.org/basbuis/) 29 setembro, 2025

I learned about this plugin a day ago. Tested the plugin today. It just works! Choosing
another language in a page creates a copy, and you can edit the page or post as 
you wish. The BOGO shortcode works immediately, so the reader can switch from one
language to another. I just wonder why everyone else makes a language plugin / switcher
so difficult! Okay, the menu and footer remain the same when changing language, 
but for a simple multi-language site and using as many international terms as possible,
it’s the perfect language plugin!

![](https://secure.gravatar.com/avatar/3847857b000068ad57420992b6d252851a07d47342385f1cacbdbf28d9bdea64?
s=60&d=retro&r=g)

### 󠀁[Best Plugin for dev](https://wordpress.org/support/topic/best-plugin-for-dev/)󠁿

 [pcatapan](https://profiles.wordpress.org/pakofocus/) 23 setembro, 2025

Thank you, Takayuki Miyoshi. Bogo is exactly what developers crave: minimal, transparent,
and fast. No custom DB tables, one post per language, clean URLs, simple switcher—
built on top of WordPress’ native localization.From a Developer standpoint, it extends
naturally (clean hooks), plays nicely with ACF/CPT, and the [bogo] shortcode gets
you running fast—then you can build a custom language selector for full control.
Only gripe: documentation is thin; many filters/entry points are discoverable only
by reading the source. A concise official guide (hooks overview, CPT/taxonomy examples)
would make Bogo unbeatable for developers.Bottom line: for code-first teams, Bogo
is fresh air compared to bulky suites: it does a few things, does them well, and
stays out of your way.

![](https://secure.gravatar.com/avatar/40f7b7e60ecfb2eb51789272cb891ac06fe3e895a87951a40aa457b627723a87?
s=60&d=retro&r=g)

### 󠀁[Super but…](https://wordpress.org/support/topic/super-but-3/)󠁿

 [bbergerac](https://profiles.wordpress.org/bbergerac/) 14 janeiro, 2025

The language selector is too basic. There are some websites that describe how to
customize the selector, but it’s quite complicated. Also, you have to repeat this
customization after every template update, so it should be possible to change the
look of the selector in Bogo’s configuration. It’s also quite difficult to position
the selector in the navigation bar so that it doesn’t destroy the whole layout.

![](https://secure.gravatar.com/avatar/2c33b2e57c48038ba935bc78898cb627312aeee64296565a9de3becd179d5f98?
s=60&d=retro&r=g)

### 󠀁[The plugin has a poor feature set](https://wordpress.org/support/topic/the-plugin-has-a-poor-feature-set/)󠁿

 [michman31](https://profiles.wordpress.org/michman31/) 20 julho, 2024

The plugin lacks many options that competitors have: No option to enable/disable
language flags. No ability to enable/disable language labels. There is no possibility
to set the layout of language icons themselves. They only appear as a vertical list.
This is inconvenient for menus. You can’t put them in a row. I had to rewrite the
plugin code. There is no possibility to enable/disable detection of the user’s browser
language, so that the pages would be displayed in the required language for the 
person.

 [ Leia todas as 46 avaliações ](https://wordpress.org/support/plugin/bogo/reviews/)

## Colaboradores e desenvolvedores

“Bogo” é um programa de código aberto. As seguintes pessoas contribuíram para este
plugin.

Colaboradores

 *   [ Rock Lobster Inc. ](https://profiles.wordpress.org/rocklobsterinc/)
 *   [ Takayuki Miyoshi ](https://profiles.wordpress.org/takayukister/)
 *   [ Umar Draz ](https://profiles.wordpress.org/itpixelz/)

Bogo” foi traduzido para 19 localidades. Agradecemos aos [tradutores](https://translate.wordpress.org/projects/wp-plugins/bogo/contributors)
por suas contribuições.

[Traduzir o “Bogo” para seu idioma.](https://translate.wordpress.org/projects/wp-plugins/bogo)

### Interessado no desenvolvimento?

[Navegue pelo código](https://plugins.trac.wordpress.org/browser/bogo/), consulte
o [repositório SVN](https://plugins.svn.wordpress.org/bogo/) ou assine o [registro de desenvolvimento](https://plugins.trac.wordpress.org/log/bogo/)
por [RSS](https://plugins.trac.wordpress.org/log/bogo/?limit=100&mode=stop_on_copy&format=rss).

## Registro de alterações

#### 3.9.2

 * Improves authorization check in REST API.
 * Confirmed WordPress 7.0 compatibility.

#### 3.9.1

 * Confirmed WordPress 6.9 compatibility.

#### 3.9

 * Overhauls the JavaScript used in the admin screens.
 * Fixes a lot of errors that the Plugin Check plugin (PCP) has reported.

#### 3.8.2

 * Fixes a bug that prevents block editor from working correctly on 6.4-6.5 versions
   of WordPress.

#### 3.8.1

 * Language packs: Fixes a bug that blocks language pack deactivation.

#### 3.8

 * Language switcher: Updates `apiVersion` to `3` in the `block.json` file.
 * Lets `bogo_http_accept_languages()` always return an array.
 * Fixes a bug that makes it impossible to have two sticky posts or more.

## Meta

 *  Versão **3.9.2**
 *  Última atualização **3 dias atrás**
 *  Instalações ativas **10.000+**
 *  Versão do WordPress ** 6.7 ou superior **
 *  Testado até **7.0**
 *  Versão do PHP ** 7.4 ou superior **
 *  Idiomas
 * [Afrikaans](https://af.wordpress.org/plugins/bogo/), [Chinese (Taiwan)](https://tw.wordpress.org/plugins/bogo/),
   [Danish](https://da.wordpress.org/plugins/bogo/), [Dutch](https://nl.wordpress.org/plugins/bogo/),
   [English (UK)](https://en-gb.wordpress.org/plugins/bogo/), [English (US)](https://wordpress.org/plugins/bogo/),
   [Finnish](https://fi.wordpress.org/plugins/bogo/), [German](https://de.wordpress.org/plugins/bogo/),
   [Italian](https://it.wordpress.org/plugins/bogo/), [Japanese](https://ja.wordpress.org/plugins/bogo/),
   [Norwegian (Bokmål)](https://nb.wordpress.org/plugins/bogo/), [Russian](https://ru.wordpress.org/plugins/bogo/),
   [Spanish (Chile)](https://cl.wordpress.org/plugins/bogo/), [Spanish (Colombia)](https://es-co.wordpress.org/plugins/bogo/),
   [Spanish (Ecuador)](https://es-ec.wordpress.org/plugins/bogo/), [Spanish (Mexico)](https://es-mx.wordpress.org/plugins/bogo/),
   [Spanish (Spain)](https://es.wordpress.org/plugins/bogo/), [Spanish (Venezuela)](https://ve.wordpress.org/plugins/bogo/),
   [Swedish](https://sv.wordpress.org/plugins/bogo/) e [Ukrainian](https://uk.wordpress.org/plugins/bogo/).
 *  [Traduzir para seu idioma](https://translate.wordpress.org/projects/wp-plugins/bogo)
 * Tags
 * [admin](https://br.wordpress.org/plugins/tags/admin/)[language](https://br.wordpress.org/plugins/tags/language/)
   [locale](https://br.wordpress.org/plugins/tags/locale/)[localization](https://br.wordpress.org/plugins/tags/localization/)
   [multilingual](https://br.wordpress.org/plugins/tags/multilingual/)
 *  [Visualização avançada](https://br.wordpress.org/plugins/bogo/advanced/)

## Classificações

 4.5 de 5 estrelas.

 *  [  34 avaliações com 5 estrelas     ](https://wordpress.org/support/plugin/bogo/reviews/?filter=5)
 *  [  7 avaliações com 4 estrelas     ](https://wordpress.org/support/plugin/bogo/reviews/?filter=4)
 *  [  1 avaliação com 3 estrela     ](https://wordpress.org/support/plugin/bogo/reviews/?filter=3)
 *  [  1 avaliação com 2 estrela     ](https://wordpress.org/support/plugin/bogo/reviews/?filter=2)
 *  [  3 avaliações com 1 estrelas     ](https://wordpress.org/support/plugin/bogo/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/bogo/reviews/#new-post)

[Ver todas avaliações](https://wordpress.org/support/plugin/bogo/reviews/)

## Colaboradores

 *   [ Rock Lobster Inc. ](https://profiles.wordpress.org/rocklobsterinc/)
 *   [ Takayuki Miyoshi ](https://profiles.wordpress.org/takayukister/)
 *   [ Umar Draz ](https://profiles.wordpress.org/itpixelz/)

## Suporte

Problemas resolvidos nos últimos dois meses:

     2 de 5

 [Ver fórum de suporte](https://wordpress.org/support/plugin/bogo/)

## Doar

Gostaria de contribuir para o desenvolvimento deste plugin?

 [ Doe para este plugin ](https://contactform7.com/donate/)