<h3>The .DefaultCode attribute:</h3>
The default culture for the system is:
<strong>
@if(Text.Has(CmsContext.Culture.DefaultCode)){
@CmsContext.Culture.DefaultCode
} else {
<p>
The system is single language and the response is an empty string.
</p>
}
</strong>