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

---

Vyhľadať plugin

Tento plugin **nebol testovaný s najnovšími 3 hlavnými vydaniami WordPress**. Už
nemusí byť udržiavaný alebo podporovaný a môže mať problémy s kompatibilitou pri
použití s novšími verziami WordPress.

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

# flexo-language

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

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

 * [Podrobnosti](https://sk.wordpress.org/plugins/flexo-language/#description)
 * [Recenzie](https://sk.wordpress.org/plugins/flexo-language/#reviews)
 *  [Inštalácia](https://sk.wordpress.org/plugins/flexo-language/#installation)
 * [Vývoj](https://sk.wordpress.org/plugins/flexo-language/#developers)

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

## Popis

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‘);

## Inštalácia

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

## Recenzie

Pre tento plugin nie sú žiadne recenzie.

## Prispievatelia a vývojári

“flexo-language” je softvér s otvoreným zdrojovým kódom. Do tohto pluginu prispeli
nasledujúci ľudia.

Prispievatelia

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

[Preložiť „flexo-language“ do vašho jazyka.](https://translate.wordpress.org/projects/wp-plugins/flexo-language)

### Máte záujem o vývoj?

[ Prehľadávajte zdrojový kód](https://plugins.trac.wordpress.org/browser/flexo-language/),
preskúmajte [SVN repozitár](https://plugins.svn.wordpress.org/flexo-language/), 
alebo sa prihláste na odber [vývojárskeho logu](https://plugins.trac.wordpress.org/log/flexo-language/)
cez [RSS](https://plugins.trac.wordpress.org/log/flexo-language/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Verzia **1.0001**
 *  Posledná aktualizácia **Pred 15 rokov**
 *  Aktívne inštalácie **Menej než 10**
 *  Verzia WordPress ** 3.0.5 alebo novšia **
 *  Testované do verzie **3.0.5**
 *  Jazyk
 * [English (US)](https://wordpress.org/plugins/flexo-language/)
 * Značky
 * [language](https://sk.wordpress.org/plugins/tags/language/)[translation](https://sk.wordpress.org/plugins/tags/translation/)
 *  [Rozšírené zobrazenie](https://sk.wordpress.org/plugins/flexo-language/advanced/)

## Hodnotenia

No reviews have been submitted yet.

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

[See all reviews](https://wordpress.org/support/plugin/flexo-language/reviews/)

## Prispievatelia

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

## Podpora

Máte čo povedať? Potrebujete pomoc?

 [Zobraziť fórum podpory](https://wordpress.org/support/plugin/flexo-language/)