Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lunetics-org/localebundle

Locale Bundle for symfony
https://github.com/lunetics-org/localebundle

localization symfony symfony-bundle translation

Last synced: 6 days ago
JSON representation

Locale Bundle for symfony

Awesome Lists containing this project

README

        

# LuneticsLocaleBundle

This bundle allows you to guess the Locale from different parameters in your Symfony applications.
## Background

The locale can be guessed from different parameters in your applications :

* In the `Query` parameter
* In the `Route` parameters
* In the `Browser` preferences
* In a `Cookie` or the `Session` if the locale has already been identified
* Based on the `Subdomain` hostname

## Documentation

[Read the Documentation for 3.x](https://github.com/lunetics/LocaleBundle/blob/3.x/docs/index.markdown)

[Read the Documentation for 2.2](https://github.com/lunetics/LocaleBundle/blob/2.2/Resources/doc/index.markdown)

## License

This bundle is released under the MIT License

## Authors

Matthias Breddin : [@lunetics](https://github.com/lunetics)
Christophe Willemsen : [@kwattro](https://github.com/kwattro)