The string breaks down into two distinct parts defined by the HTTP/1.1 specification :
This string is a specific component used in , specifically within the Accept-Language header. It communicates a user's preference for Thai (Thailand) with a weighted "quality" (q-factor) of 0.9 . 1. Technical Decomposition 0.9,th-TH
The server analyzes this list to determine which version of a page to serve: The string breaks down into two distinct parts
: If neither is found, the server provides its own default language. 3. Contextual Variance Technical Decomposition The server analyzes this list to
: Often written as q=0.9 , this is a Relative Quality Factor . It ranks user preferences on a scale from 0.0 to 1.0. A value of 0.9 indicates it is a secondary preference if a primary language (defaulting to q=1.0 ) is unavailable. 2. Practical Application: How Servers Use It