Using C# in Sharepoint 2013 I can reach Pages folder using web.Folders["Pages"] or web.GetFolder("Pages")
Some of our SPWebs are in Turkish language. Whole interface is in Turkish including all default folders.
Problem is Pages becomes Sayfalar in Turkish. Other folder names also different but their internal names are in English so it's not a big deal but Pages internal name is also in Turkish Sayfalar.
This could be a problem in other languages too. Pages may become something else.
So is there a way to get default Pages folder programmatically in any language without using if..then..else
http://domain/sites/xyz/tr/Sayfalar/Forms/AllItems.aspxwhile in English it ishttp://domain/sites/xyz/en/Pages/Forms/AllItems.aspxand it might be different in other languages. I want to be on the safe side.