Skip to content

Commit

Permalink
How to change language...
Browse files Browse the repository at this point in the history
  • Loading branch information
jlrtutor committed Apr 12, 2019
1 parent 5e8b0d6 commit f11764d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -42,9 +42,10 @@ following file */app/config.php, line 2*
```php
define( 'BASE_URL', '/university-app/'); //WEB directory, external path url
```
5.1. Choose your interface language (spanish default), by changing this line:
*/app/config, line 10*
5.1. Choose your interface language (spanish default), by changing */app/config, line 10*:
```php
define( 'LANG', 'es-ES'); //es-ES|en-EN
```

6. LOGIN. You must authenticate before you use this application:
```
Expand Down

0 comments on commit f11764d

Please sign in to comment.