i am trying to programatically change the page culture and uiculture ( c# ), my webpage needs to have 2 languages and i have prepaired the right resource files ( .resx) and they are functional since when i try writing in the web.config culture="ar-LB" it works fine
now i understand that the setting of the cultures should be done in the preinit of the page
i am doing so still the page does not change languages when trying to do so programatically
does anyone have an idea about why this is happening ????