We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cd976db + 2b18ad2 commit deb4ad5Copy full SHA for deb4ad5
README.md
@@ -1549,7 +1549,7 @@ Use bundles service to get bundles of internalization properties for particular
1549
final JSONObject bundles = session
1550
.bundlesService()
1551
.forLocale("de")
1552
- .bundles()
+ .AllBundles()
1553
.getEntity();
1554
```
1555
If you pass `null` in `.forLocale()` method, you will get bundles for your default locale.
@@ -1558,7 +1558,7 @@ To get bundle by name you should specified locale in `.forLocale()` method and n
1558
final JSONObject bundle = session
1559
1560
.forLocale("en_US")
1561
- .bundles("jasperserver_messages")
+ .bundle("jasperserver_messages")
1562
1563
1564
###Exception handling
0 commit comments