I have been using Locale for app language which on orientation change needs to be reconfigured.
But in my code I have to direct my activity to layout-land for which i need to destroy and recreate my activity to reset the Xmls.
Can anyone tell me how do i override OnConfigurationChange(Configuraion config)
and still direct my layout to layout-land without destroying activity.
Is this Possible ?