Skip to content

Commit 74d5cc1

Browse files
committed
983366: Updated the ug for DropDownTree
1 parent ab8b3af commit 74d5cc1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

blazor/dropdown-tree/localization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ documentation: ug
1212

1313
## Localization
1414

15-
The Blazor Dropdown Tree component supports `localization`, allowing default text content to be adapted for different languages (e.g., Arabic, German, French). This involves defining a `Locale` value and a corresponding translation object. For an in-depth introduction and guide on configuring localization in a Blazor application, refer to the [How to enable Localization in Blazor application](https://blazor.syncfusion.com/documentation/common/localization/#how-to-enable-localization-in-blazor-application) page.
15+
The Blazor Dropdown Tree component supports `localization`, allowing default text content to be adapted for different languages (e.g., Arabic, German, French). This involves defining a `Locale` value and a corresponding translation object. For an in-depth introduction and guide on configuring localization in a Blazor application, refer to the [How to enable Localization in Blazor application](https://blazor.syncfusion.com/documentation/common/localization#how-to-enable-localization-in-blazor-application) page.
1616

1717
To localize the Dropdown Tree, modify the default values in `.res` files located in your project's `Resource` folder. Enter the locale key (from the table below) in the `Name` column and the translated string in the `Value` column.
1818

blazor/dropdown-tree/style.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Syncfusion provides predefined CSS classes for common states:
103103

104104
### Global Icon Customization
105105

106-
The default dropdown icon can be changed globally by targeting its CSS class `.e-ddt-icon::before`. Setting the `content` property to a Unicode character from an icon font (like Syncfusion's built-in icon font or Material Icons) replaces the default icon. Refer to the [Syncfusion Icons documentation](https://ej2.syncfusion.com/documentation/appearance/icons/#material) for available icons.
106+
The default dropdown icon can be changed globally by targeting its CSS class `.e-ddt-icon::before`. Setting the `content` property to a Unicode character from an icon font (like Syncfusion's built-in icon font or Material Icons) replaces the default icon. Refer to the [Syncfusion Icons documentation](https://ej2.syncfusion.com/documentation/appearance/icons#material) for available icons.
107107

108108
```cshtml
109109
.e-ddt.e-input-group.e-control-wrapper .e-ddt-icon::before {
@@ -159,7 +159,7 @@ To apply a custom icon to a particular Dropdown Tree component, use the `CssClas
159159

160160
## Customizing the Dropdown Icon's Color
161161

162-
Customize the dropdown [icon](https://ej2.syncfusion.com/documentation/appearance/icons/#material) by targeting its CSS class `.e-ddl-icon.e-icons`, which indicates the icon element displayed within the Dropdown Tree component, and setting the desired color to the `color` property.
162+
Customize the dropdown [icon](https://ej2.syncfusion.com/documentation/appearance/icons#material) by targeting its CSS class `.e-ddl-icon.e-icons`, which indicates the icon element displayed within the Dropdown Tree component, and setting the desired color to the `color` property.
163163

164164
```cshtml
165165
.e-ddt .e-input-group-icon.e-ddt-icon.e-icons,

0 commit comments

Comments
 (0)