|  | @@ -26,6 +26,8 @@ void MyPanel(laUiList *uil, laPropPack *This, laPropPack *DetachedProps, laColum
 | 
	
		
			
				|  |  |  int main(int argc, char *argv[]){
 | 
	
		
			
				|  |  |      laGetReady();
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +    transSetLanguage("zh-CN");
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |      laRegisterUiTemplate("my_panel","My Panel", MyPanel,0,0,"Demonstration", 0);
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      laWindow* w = laDesignWindow(-1,-1,600,600);
 |