I am trying to assign a title to a tab from the nls.strings, however I get this error. The only way is to assign the title is by using the widget.js? Thanks.
HTML:
<div data-dojo-type="dijit/layout/TabContainer" style=" height: 700px; width: 630px; " >
<div data-dojo-type="dijit/layout/ContentPane" title=${nls.subjectA} >
nls.strings.js
<SPAN class="token function">define</SPAN><SPAN class="punctuation token">(</SPAN><SPAN class="punctuation token">{</SPAN>
root<SPAN class="punctuation token">:</SPAN> <SPAN class="punctuation token">(</SPAN><SPAN class="punctuation token">{</SPAN>
subjectA<SPAN class="punctuation token">:</SPAN> <SPAN class="string token">"Subject A"</SPAN><SPAN class="punctuation token">,</SPAN>
<SPAN class="operator token">--</SPAN><SPAN class="operator token">--</SPAN><SPAN class="operator token">--</SPAN><SPAN class="operator token">-</SPAN>
<SPAN class="operator token">--</SPAN><SPAN class="operator token">--</SPAN><SPAN class="operator token">--</SPAN><SPAN class="operator token">--</SPAN><SPAN class="line-numbers-rows"><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN></SPAN>