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..997db5b2 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.