Sally is the Microsoft Project Server administrator for her organization and she is designing a form
for the SQL Server Reporting Services. She has used a variable to confirm that the local language of
the users will be acknowledged and used when the users connect to the form. How will the SQL SRS
know what language the user is expecting?
A.
The TCP/IP address will tell the SQL Server where the request is originating from.
B.
The language of the user’s browser is the primary factor in determining which language is
used by SRS.
C.
The language variable will choose the most appropriate language for the user.
D.
The Operating System of the users will tell the SQL SRS what language the client is using.
Explanation:
The browser’s language setting is communicated to the SRS server and then the appropriate
language is used for the client.
Answer option C is incorrect. The language variable makes the language choice happen, but it does
not detect which language a user is using.
Answer option A is incorrect. Users from a single subnet can use different languages, so this choice is
not valid.
Answer option D is incorrect. It is not the operating system, but the browser that communicates the
preferred language. Should the browser and the SRS not detect which language is preferred then the
language of the user’s operating would be used.