Skip to content

Commit

Permalink
Add example for choosing a language (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
marios88 authored Mar 2, 2023
1 parent 73aab9a commit bddb578
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,11 @@ Filter rules can also be any PHP native function (e.g.: trim).
#### Other Available Methods

```php
/**
* Setting up the language, see available languages in "lang" directory
*/
$gump = new GUMP('en');

/**
* This is the most flexible validation "executer" because of it's return errors format.
*
Expand Down

0 comments on commit bddb578

Please sign in to comment.