From d764628adcb8bb31429e34d58246b29ff5e46104 Mon Sep 17 00:00:00 2001 From: gowthamanthavasiyappan <90315799+gowthamanthavasiyappan@users.noreply.github.com> Date: Fri, 8 Jul 2022 15:04:11 +0530 Subject: [PATCH 1/2] SEO-2370_Site_Audit_Issues --- angularjs/Diagram/Localization.md | 8 ++++---- angularjs/ListBox/Getting-Started.md | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/angularjs/Diagram/Localization.md b/angularjs/Diagram/Localization.md index b18d7f8e..e796105a 100644 --- a/angularjs/Diagram/Localization.md +++ b/angularjs/Diagram/Localization.md @@ -1,13 +1,13 @@ --- layout: post -title: Globalize and Localize the Diagram control -description: How to globalize and localize the Diagram control? +title: Localization in AngularJS Diagram Control | Syncfusion +description: Learn here about localization support in Syncfusion Essential AngularJS Diagram Control, its elements, and more. platform: AngularJS control: Diagram documentation: ug --- -# Localization +# Localization in AngularJS Diagram * Localization is the process of providing controls in different cultures to help you set your own culture easily. Diagram provides localization support for Context Menu items. * The Diagram model’s `locale` property is used to define the culture code. @@ -62,6 +62,6 @@ syncApp.controller('diagramCtrl', function($scope) { {% endhighlight %} -![](/angularjs/Diagram/Localization_images/Localization_img1.png) +![AngularJS Diagram localization](Localization_images/Localization_img1.png) N> You have to define the textual descriptions of the context menu items for your custom cultures. \ No newline at end of file diff --git a/angularjs/ListBox/Getting-Started.md b/angularjs/ListBox/Getting-Started.md index ffcc82c5..81720a4c 100644 --- a/angularjs/ListBox/Getting-Started.md +++ b/angularjs/ListBox/Getting-Started.md @@ -1,14 +1,14 @@ --- layout: post -title: Getting started | ListBox | JavaScript | Syncfusion -description: Getting started with listbox widget in angularjs +title: Getting started with AngularJS ListBox Control | Syncfusion +description: Learn here about Getting started with Syncfusion Essential AngularJS ListBox Control, its elements, and more. platform: AngularJS control: ListBox documentation: ug --- -## Getting Started +## Getting Started with AngularJS ListBox The ListBox widget that contains a list of selectable items. It performs exceptionally well with thousands of items and supports checkboxes, template, single and multiple selection, keyboard navigation and virtual scrolling. This section explains briefly about how to create a web ListBox in your application with Angular JavaScript by step-by-step instructions. The following screenshot illustrates the functionality of a ListBox widget. From 0569fef6146bfbb5ab0c73289f2e1587a46e8020 Mon Sep 17 00:00:00 2001 From: gowthamanthavasiyappan <90315799+gowthamanthavasiyappan@users.noreply.github.com> Date: Fri, 8 Jul 2022 15:21:40 +0530 Subject: [PATCH 2/2] SEO-2370_Site_Audit_Issues --- angularjs/ListBox/Getting-Started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angularjs/ListBox/Getting-Started.md b/angularjs/ListBox/Getting-Started.md index 81720a4c..997db5b2 100644 --- a/angularjs/ListBox/Getting-Started.md +++ b/angularjs/ListBox/Getting-Started.md @@ -8,7 +8,7 @@ documentation: ug --- -## Getting Started with AngularJS ListBox +# Getting Started with AngularJS ListBox The ListBox widget that contains a list of selectable items. It performs exceptionally well with thousands of items and supports checkboxes, template, single and multiple selection, keyboard navigation and virtual scrolling. This section explains briefly about how to create a web ListBox in your application with Angular JavaScript by step-by-step instructions. The following screenshot illustrates the functionality of a ListBox widget.