Adolf Lang
Adolf Láng (born Adolf Lang; 15 June 1848 – 2 May 1913), was a Hungarian-German architect, one of the main representatives of the historicist style during the late 1900s.
Adolf Láng | |
---|---|
Born | Adolf Lang 15 June 1848 |
Died | |
Nationality | Hungarian, German |
Alma mater | TU Wien, Vienna |
Occupation | Architect |
Career
Lang studied in Vienna and from 1870 became the director of works for the company which built the boulevards and ring roads in Budapest. He also designed a number of private and public buildings for the capital, and later taught in Bucharest. Upon his return to Hungary, he entered into a partnership with Antal Steinhardt and spent his final years in Vienna.
Works
- Old Music Adademy, Budapest
- Old Exhibition Hall, Budapest
- National Theatre of Pécs, 1893–95
- Former Hungarian (Magyar) Theatre, 1897
- State Theatre Košice, 1899
- Pécs City Hall, 1907
gollark: Ruby.
gollark: ```rubyputs "Hello, WOrld"```
gollark: RPNCalc 3:```rpncalcthis-cant-handle-strings-so-whatever```
gollark: ++C.
gollark: ```javapackage com.seriouscompany.business.java.helloworld.packagenamingpackage.impl;import org.springframework.context.ApplicationContext;import org.springframework.context.ConfigurableApplicationContext;import org.springframework.context.support.ClassPathXmlApplicationContext;import com.seriouscompany.business.java.helloworld.packagenamingpackage.impl.parameters.DefaultHelloWorldUpperLimitParameter;import com.seriouscompany.business.java.helloworld.packagenamingpackage.interfaces.HelloWorld;import com.seriouscompany.business.java.helloworld.packagenamingpackage.interfaces.parameters.HelloWorldUpperLimitParameter;public final class Main { public static void main(final String[] args) { final ApplicationContext context = new ClassPathXmlApplicationContext(Constants.SPRING_XML); final HelloWorld myHelloWorld = (HelloWorld) context.getBean(Constants.STANDARD_FIZZ_BUZZ); final HelloWorldUpperLimitParameter helloWorldUpperLimit = new DefaultHelloWorldUpperLimitParameter(); myHelloWorld.helloWorld(helloWorldUpperLimit.obtainUpperLimitValue()); ((ConfigurableApplicationContext) context).close(); }}```
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.