Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
solverat committed Oct 28, 2017
1 parent c3cc01f commit 56f0cbb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/60_CodeExamples.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,17 @@ Available Options for the `getCurrentContextInfo` context helper:
{{ dump(i18n_context('getActiveCountryLocalizations')) }}
```
Available Options for the `getCurrentCountryInfo` or `getCurrentLanguageInfo` context (from system adapter):

> Please note: you probably never need those two methods.
> But if you're using a custom language or country adapter, you may find it helpful.
| Name | Available | Description |
|------|-----------|-------------|
| id | country, language | Id |
| isoCode | country, language | Iso Code |
| zone | country | Zone (NULL in system adapter) |
| object | country | Object (NULL in system adapter) |

## Implementation in PHP

Expand Down

0 comments on commit 56f0cbb

Please sign in to comment.