Skip to content

Commit e34f1e4

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 4d98a66 + 892587e commit e34f1e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1942,7 +1942,7 @@ String edition = result.getEntity();
19421942
Use bundles service to get bundles of internalization properties for particular or default user’s locale as JSON.
19431943
By default service use default system locale where the application was stared.
19441944
If user specified locale at authentication, the service will use it as default locale.
1945-
To get all bundles for particular locale(foe example, "de") different from default locale and locale specified at authentication use the code below:
1945+
To get all bundles for particular locale(foe example, "de") different from default locale and locale specified at authentication use the code below:
19461946
```java
19471947
final Map<String, Map<String, String>> bundles = session
19481948
.bundlesService()
@@ -1965,7 +1965,7 @@ final Map<String, Map<String, String>> bundles = session
19651965
.getEntity();
19661966
```
19671967
Please notice, locale specified in `.forLocale()` method has the highest priority for the service.
1968-
If you do not call`.forLocale()` method, you will get bundles for your default locale:
1968+
If you do not call`.forLocale()` method, you will get bundles for your default locale (locale specified at authentication or locale of system where the client was stared if the others were not specified):
19691969
```java
19701970
final Map<String, Map<String, String>> bundles = session
19711971
.bundlesService()

0 commit comments

Comments
 (0)