Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fdaciuk/i18n-example

Example of i18n on frontend
https://github.com/fdaciuk/i18n-example

Last synced: about 1 month ago
JSON representation

Example of i18n on frontend

Awesome Lists containing this project

README

        

# i18n example

> Example to use i18n on frontend with JS

Set language with query string on URL:

```
http://localhost?setLng=en-US
http://localhost?setLng=pt-BR
```