Added additional text to say that @language can be used in a term definition.
--- a/spec/latest/json-ld-syntax/index.html Mon Apr 09 15:10:40 2012 -0700
+++ b/spec/latest/json-ld-syntax/index.html Mon Apr 09 15:14:34 2012 -0700
@@ -947,7 +947,8 @@
<p>In different scenarios it is important to annotate a <tref>string</tref>
with its language. In JSON-LD this is possible in a variety of ways.
Firstly, it is possible to define a default language for a JSON-LD document
- by setting the <code>@language</code> key in the <code>@context</code>:</p>
+ by setting the <code>@language</code> key in the <code>@context</code> or in a
+ <tref>term</tref> definition:</p>
<pre class="example" data-transform="updateExample">
<!--