From eb9a331762e3a4990502b5b13e51204f52f12094 Mon Sep 17 00:00:00 2001 From: gowthamanthavasiyappan <90315799+gowthamanthavasiyappan@users.noreply.github.com> Date: Fri, 28 Oct 2022 10:13:10 +0530 Subject: [PATCH] SEO-2684-Coverage-report-pages-with-redirect --- aspnet/CurrencyTextbox/Localization-Support.md | 10 +++++----- aspnet/CurrencyTextbox/RTL-Support.md | 6 +++--- aspnet/Diagram/Connector.md | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/aspnet/CurrencyTextbox/Localization-Support.md b/aspnet/CurrencyTextbox/Localization-Support.md index cc608fcba..22fec57a9 100644 --- a/aspnet/CurrencyTextbox/Localization-Support.md +++ b/aspnet/CurrencyTextbox/Localization-Support.md @@ -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. @@ -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) diff --git a/aspnet/CurrencyTextbox/RTL-Support.md b/aspnet/CurrencyTextbox/RTL-Support.md index 30646b681..a3aca0877 100644 --- a/aspnet/CurrencyTextbox/RTL-Support.md +++ b/aspnet/CurrencyTextbox/RTL-Support.md @@ -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. @@ -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) diff --git a/aspnet/Diagram/Connector.md b/aspnet/Diagram/Connector.md index 53f4c0d18..d0d32a976 100644 --- a/aspnet/Diagram/Connector.md +++ b/aspnet/Diagram/Connector.md @@ -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