Skip to content

Commit 6a57eb9

Browse files
author
TanyaEf
committed
Merge branch 'develop'
2 parents deb4ad5 + 285a181 commit 6a57eb9

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
@@ -109,7 +109,7 @@ Table of Contents
109109
12. [Thumbnail Search Service](#thumbnail-search-service).
110110
13. [Query executor service](#queryexecutor-service).
111111
14. [REST Server Information](#rest-server-information).
112-
15. [Internalization](#internalization).
112+
15. [Bundles service](#bundles-service).
113113
16. [Exception handling](#exception-handling).
114114
17. [Asynchronous API](#asynchronous-api).
115115
18. [Getting serialized content from response](#getting-serialized-content-from-response).
@@ -1543,7 +1543,7 @@ OperationResult<String> result = client
15431543

15441544
String edition = result.getEntity();
15451545
```
1546-
###Internalization
1546+
###Bundles service
15471547
Use bundles service to get bundles of internalization properties for particular or default user’s locale as JSON. To get all bundles for particular locale(foe example, "de") use the code below:
15481548
```java
15491549
final JSONObject bundles = session

0 commit comments

Comments
 (0)