in java script 3.* there was library "dojo/i18n!esri/nls/jsapi"
<SPAN class="" style="color: #d74444; border: 0px; font-weight: inherit;">require</SPAN><SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;">(</SPAN><SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;">[</SPAN><SPAN class="" style="color: #669900; border: 0px; font-weight: inherit;">"esri/map"</SPAN><SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;">,</SPAN> <SPAN class="" style="color: #669900; border: 0px; font-weight: inherit;">"dojo/i18n!esri/nls/jsapi"</SPAN><SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;">,</SPAN> <SPAN class="" style="color: #669900; border: 0px; font-weight: inherit;">"dojo/domReady!"</SPAN><SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;">]</SPAN><SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;">,</SPAN>
<SPAN class="" style="color: #0077aa; border: 0px; font-weight: inherit;">function</SPAN><SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;">(</SPAN>Map<SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;">,</SPAN> bundle<SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;">)</SPAN> <SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;">{</SPAN>
bundle<SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;">.</SPAN>widgets<SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;">.</SPAN>legend<SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;">.</SPAN>NLS_noLegend <SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5); border: 0px; font-weight: inherit;">=</SPAN> <SPAN class="" style="color: #669900; border: 0px; font-weight: inherit;">"My No Legend"</SPAN><SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;">;</SPAN>
<SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;">}</SPAN>
<SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;">)</SPAN><SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;">;</SPAN>But it looks that "dojo/i18n!esri/nls/jsapi" is missed in js 4.6. So i can not translate any text.
Is there any other way to localize resources ?