Skip to content
Merged
Show file tree
Hide file tree
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
10 changes: 5 additions & 5 deletions aspnet/CurrencyTextbox/Localization-Support.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
---
layout: post
title: Localization Support | CurrencyTextBox | ASP.NET Webforms | Syncfusion
description: localization support
description: Learn here about localization support in Syncfusion Essential ASP.NET Webforms CurrencyTextBox Control, its elements, and more.
platform: aspnet
control: Currency TextBox
documentation: ug
---

# Globalization Support
# Globalization Support in ASP.NET Webforms CurrencyTextBox

**Globalization** is language support based on the culture in CurrencyTextBox. You can achieve the **Globalization** using “**locale”** property in CurrencyTextBox.

The CurrencyTextBox widget provides multi-language support using globalization. You can customize the CurrencyTextBox with your own language style by using this feature. You can change the globalization by using the **locale** property. The default value for **locale** property is **en-US** in CurrencyTextBox controls. Also you can specify the [currencySymbol](https://help.syncfusion.com/api/js/ejtextboxes#members:currencysymbol) property when the user wants to overwrite the currency symbol commonly instead of the current culture symbol.

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 Down Expand Up @@ -61,11 +61,11 @@ Add the following code to your ASPX page to render the CurrencyTextbox control.

The screenshots of the CurrencyTextbox with es-ES locale and en-US locale.

![](Localization-Support_images/Localization-Support_img1.png)
![ASP.NET Webforms CurrencyTextBox Configuring Localization](Localization-Support_images/Localization-Support_img1.png)



![](Localization-Support_images/Localization-Support_img2.png)
![ASP.NET Webforms CurrencyTextBox Localization Support](Localization-Support_images/Localization-Support_img2.png)



6 changes: 3 additions & 3 deletions aspnet/CurrencyTextbox/RTL-Support.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: RTL Support | CurrencyTextBox | ASP.NET Webforms | Syncfusion
description: rtl support
description: Learn here about rtl support in Syncfusion Essential ASP.NET Webforms CurrencyTextBox Control, its elements, and more.
platform: aspnet
control: Currency TextBox
documentation: ug
---

# RTL Support
# RTL Support in ASP.NET Webforms CurrencyTextBox

The CurrencyTextbox provides RTL (Right-To-Left) support. The alignment of the CurrencyTextbox can be changed from Left-To-Right into Right-To-Left. It accepts Boolean values. The default value is false.

Expand All @@ -27,7 +27,7 @@ Add the following code to your ASPX page to render the CurrencyTextbox control w

The output when the EnableRTL is true.

![](RTL-Support_images/RTL-Support_img1.png)
![ASP.NET Webforms CurrencyTextBox RTL Support](RTL-Support_images/RTL-Support_img1.png)



Expand Down
2 changes: 1 addition & 1 deletion aspnet/Diagram/Connector.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ For more information about data source, refer to [Data Binding](/aspnet/Diagram/

### Draw connectors

Connectors can be interactively drawn by clicking and dragging on the Diagram surface by using **DrawingTool**. For more information about drawing connectors, refer to [Draw Connectors](/aspnet/Diagram/Tools#drawing-tools:connectors "Draw Connectors").
Connectors can be interactively drawn by clicking and dragging on the Diagram surface by using **DrawingTool**. For more information about drawing connectors, refer to [Draw Connectors](/aspnet/diagram/tools#drawing-tools:connectors "Draw Connectors").

## Update Connector at runtime

Expand Down