Localisation

To change the language of the awesome controls you need to include an
awedicts.js
script for that language and set the
clientDict
properties of
awe
and
awem
, example:
<script src="~/js/awedict/awedict.fr.js"></script>
<script>
    awe.clientDict = awem.clientDict = awedict;
</script>
This method can bee seen used in our main demo in
SetAwesomeClientCulture.cshtml
, a view that is rendered using
Html.PartialAsync
in the
_Layout.cshtml
.



Comments
By accessing this site, you agree to store cookies on your device and disclose information in accordance with our cookie policy and privacy policy .