Question:What must you do to enable users to select their own language preferences (outside of browser and machine settings)? (Choose all that apply.)
A Set the Page.Culture property.
B Set the Page.UICulture property.
C Override the Page.InitializeCulture method.
D Override the Page.ReadStringResource method.
+ AnswerB C
+ Report