Skip to content

Commit

Permalink
Docs little upgrade.
Browse files Browse the repository at this point in the history
  • Loading branch information
Serg-Maximchuk committed Dec 30, 2015
1 parent 7e8ac2d commit 1a57581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/fundamental/advanced-configuration/language.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This code will return the ``Set<DocumentLanguage>``, which can be used for choo
* set document's language:
.. code-block:: java
Imcms.getServices().getDocumentMapper().getDocument("id").setLanguage("DocumentLanguage");
Imcms.getServices().getDocumentMapper().getDocument("current document's id").setLanguage("DocumentLanguage language");
* set user's language (not recommended):
.. code-block:: java
Expand Down

0 comments on commit 1a57581

Please sign in to comment.