Foreign Language Support
The Files.com API supports localized responses by honoring the standard Accept-Language HTTP header.
When provided, this header guides the API in selecting a preferred language for applicable response content.
Language support currently applies to select human-facing fields only, such as notification messages and error descriptions.
If the specified language is not supported or the value is omitted, the API defaults to English.
Multiple language preferences (e.g., Accept-Language: fr,es;q=0.8) are allowed.
The API will use the first supported language in the preference list.