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
8 changes: 4 additions & 4 deletions angularjs/Diagram/Localization.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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.
6 changes: 3 additions & 3 deletions angularjs/ListBox/Getting-Started.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down