Skip to content

Commit a0347c7

Browse files
authored
updated README.md
1 parent c0eea89 commit a0347c7

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ It has the following set of Helpers:
1010
* BaseFragment
1111
* ApiClient (Retrofit http client)
1212
* Api (Volley http client for direct Web Calls)
13-
* Alerts
14-
* AppSession
13+
* Alerts (AlertDialog, Toast, SnakeBar)
14+
* AppSession (Ready to go, Shared Preferences Storage)
1515
* ConnectionDetector
1616
* DateTimeFormatter
1717
* ImageLoader (support any type of image including SVGs)
@@ -71,6 +71,13 @@ dependencies {
7171

7272
And you're good to go...
7373

74+
### MultiLingual App?
75+
if you are creating an application with multiple languages, make sure to set the Accept Language.
76+
where ever you are making the change just call this following line with your desired locale then recreate your activity to change the language at run time.
77+
78+
```AppSession.setAccept_Language("en");``` and ```AppSession.getAccept_Language();``` to retrieve it.
79+
80+
7481
## To Use retrofit http client
7582

7683
##### 1- Define BASE URL to use

0 commit comments

Comments
 (0)