Title: flexo-language
Author: flexostudio
Published: <strong>22 Novembro, 2011</strong>
Last modified: 22 Novembro, 2011

---

Procurar plugins

Este plugin **não foi testado com as 3 últimas grandes versões do WordPress**. Pode
já não ser suportado e pode ter problemas de compatibilidade quando usado com versões
mais recentes do WordPress.

![](https://s.w.org/plugins/geopattern-icon/flexo-language.svg)

# flexo-language

 Por [flexostudio](https://profiles.wordpress.org/flexostudio/)

[Descarregar](https://downloads.wordpress.org/plugin/flexo-language.1.0001.zip)

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

 [Suporte](https://wordpress.org/support/plugin/flexo-language/)

## Descrição

It allow the user to translate static texts as the example:
 echo _l(‘cat’);

see http://www.flexostudio.com/

### How to use

need to make php file that is located inside the theme, it must be said lang_ (languages??
which will translate as lang_en.php)
 and contains the following code:

<?php $**FL_DICT** = array(

    ```
       'cat' => 'Katze',
       'dog' => 'Hund',
    .............
    ```

);?>
 where ‘cat’ => ‘Katze’ ‘regulations is a word and its translation.

in function.php to add the code:
 <?php if(class_exists(‘flexoLanguage’)){

    ```
    $f  =   dirname(__FILE__);

    if(!flexoLanguage::is_set_language())
        flexoLanguage::set_language('en');//selected language

    flexoLanguage::add_dictionary($f);

    function _l($key){
        return flexoLanguage::_($key);
    }
    ```

}
 else{ function _l($key){return $key;} }?>

and everywhere in the code where you write words you want to have a translation 
in another language and place:
 _l(‘cat’);

## Instalação

 1. Download.
 2. Unzip.
 3. Upload to the plugins directory.
 4. Activate the plugin.
 5. Have a nice work.

## Avaliações

Este plugin não tem avaliações.

## Contribuidores e programadores

“flexo-language” é software de código aberto. As seguintes pessoas contribuíram 
para este plugin:

Contribuidores

 *   [ flexostudio ](https://profiles.wordpress.org/flexostudio/)

[Traduza o “flexo-language” para o seu idioma.](https://translate.wordpress.org/projects/wp-plugins/flexo-language)

### Interessado no desenvolvimento?

[Consulte o código](https://plugins.trac.wordpress.org/browser/flexo-language/),
consulte o [repositório SVN](https://plugins.svn.wordpress.org/flexo-language/),
ou subscreva o [registo de alterações](https://plugins.trac.wordpress.org/log/flexo-language/)
por [RSS](https://plugins.trac.wordpress.org/log/flexo-language/?limit=100&mode=stop_on_copy&format=rss).

## Metadados

 *  Versão **1.0001**
 *  Última actualização **Há 15 anos**
 *  Instalações activas **Menos de 10**
 *  Versão do WordPress ** 3.0.5 ou superior **
 *  Testado até **3.0.5**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/flexo-language/)
 * Etiquetas
 * [language](https://pt.wordpress.org/plugins/tags/language/)[translation](https://pt.wordpress.org/plugins/tags/translation/)
 *  [Visualização avançada](https://pt.wordpress.org/plugins/flexo-language/advanced/)

## Classificações

Ainda não foram submetidas avaliações.

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

[Ver todas as revisões](https://wordpress.org/support/plugin/flexo-language/reviews/)

## Contribuidores

 *   [ flexostudio ](https://profiles.wordpress.org/flexostudio/)

## Suporte

Tem algo a dizer? Precisa de ajuda?

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