Skip to content

Commit d7a8350

Browse files
authored
fix(localization): add initial dropdown value (#3894)
2 parents a6bb888 + 9da91fb commit d7a8350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/services/localization-samples/localization-all-resources/localization-all-resources.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export class LocalizationAllResourcesComponent implements OnInit {
2626
@ViewChild('grid', { read: IgxGridComponent, static: true })
2727
public grid: IgxGridComponent;
2828
public data: any[];
29-
public locale: string;
29+
public locale: string = 'EN';
3030
public locales: { type: string, resource: object }[];
3131
public selectLocales = [
3232
'HI', 'BG', 'CS', 'DA', 'DE', 'EN', 'ES', 'FR', 'HU', 'IT', 'JA', 'KO', 'NB', 'NL',

0 commit comments

Comments
 (0)