Skip to content

Commit f7b712a

Browse files
Merge pull request #270 from syncfusion-content/SEO-2684-Coverage-report-pages-with-redirect
SEO-2684-Coverage-report-pages-with-redirect
2 parents 83ae6e2 + eb9a331 commit f7b712a

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

aspnet/CurrencyTextbox/Localization-Support.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
22
layout: post
33
title: Localization Support | CurrencyTextBox | ASP.NET Webforms | Syncfusion
4-
description: localization support
4+
description: Learn here about localization support in Syncfusion Essential ASP.NET Webforms CurrencyTextBox Control, its elements, and more.
55
platform: aspnet
66
control: Currency TextBox
77
documentation: ug
88
---
99

10-
# Globalization Support
10+
# Globalization Support in ASP.NET Webforms CurrencyTextBox
1111

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

1414
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.
1515

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

1919
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.
2020

@@ -61,11 +61,11 @@ Add the following code to your ASPX page to render the CurrencyTextbox control.
6161

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

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

6666

6767

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

7070

7171

aspnet/CurrencyTextbox/RTL-Support.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
33
title: RTL Support | CurrencyTextBox | ASP.NET Webforms | Syncfusion
4-
description: rtl support
4+
description: Learn here about rtl support in Syncfusion Essential ASP.NET Webforms CurrencyTextBox Control, its elements, and more.
55
platform: aspnet
66
control: Currency TextBox
77
documentation: ug
88
---
99

10-
# RTL Support
10+
# RTL Support in ASP.NET Webforms CurrencyTextBox
1111

1212
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.
1313

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

2828
The output when the EnableRTL is true.
2929

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

3232

3333

aspnet/Diagram/Connector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ For more information about data source, refer to [Data Binding](/aspnet/Diagram/
7878

7979
### Draw connectors
8080

81-
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").
81+
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").
8282

8383
## Update Connector at runtime
8484

0 commit comments

Comments
 (0)