Hi.
I want to change uiCulture of the sharepoint portal by using web.config's globalization tag. By default it does not contain uiCulture attribute. If I add it and set the value for instance to "en-US", the resources from some ResourceFile.en-US.resx (which is contained in the App_GlobalResources folder) are applied at pages. However if I set uiCulture to some other value, the default .resx file is being read.
Does anyone know why other uiculture values are not applied?
Thanks for any help!
I want to change uiCulture of the sharepoint portal by using web.config's globalization tag. By default it does not contain uiCulture attribute. If I add it and set the value for instance to "en-US", the resources from some ResourceFile.en-US.resx (which is contained in the App_GlobalResources folder) are applied at pages. However if I set uiCulture to some other value, the default .resx file is being read.
Does anyone know why other uiculture values are not applied?
Thanks for any help!