| 
									
										
										
										
											2022-06-16 09:17:44 +02:00
										 |  |  | <div [formGroup]="languageForm" class="text-small text-center"> | 
					
						
							| 
									
										
										
										
											2023-08-06 16:16:16 +09:00
										 |  |  |     <select formControlName="language" class="custom-select custom-select-sm form-control-secondary form-control mx-auto" style="width: 100px;" (change)="changeLanguage()"> | 
					
						
							| 
									
										
										
										
											2021-05-12 14:51:55 +04:00
										 |  |  |         <option *ngFor="let lang of languages" [value]="lang.code">{{ lang.name }}</option> | 
					
						
							|  |  |  |     </select> | 
					
						
							|  |  |  | </div> |