Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions aspnet/Numerictextbox/Localization-Support.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The **PercentageTextBox** widget provides multi-language support using globaliza


More than 350 culture specific files are available to localize the value. To know more about EJ globalize support, please refer the below link
[http://help.syncfusion.com/js/localization](http://help.syncfusion.com/js/localization)
[https://help.syncfusion.com/js/localization](https://help.syncfusion.com/js/localization)

N> All the culture-specific script files are available within the below specified location, once you have installed Essential Studio in your machine, therefore it is not necessary to download these files explicitly.

Expand All @@ -39,7 +39,7 @@ Refer the below German culture file in head section of HTML page after the refer

{% highlight javascript %}

<script src="http://cdn.syncfusion.com/{{ site.releaseversion }}/js/i18n/ej.culture.de-DE.min.js"></script>
<script src="https://cdn.syncfusion.com/{{ site.releaseversion }}/js/i18n/ej.culture.de-DE.min.js"></script>

{% endhighlight %}

Expand Down