An afAcceptLang request parameter is added to an Adaptive Form URL. What is the result?
An afAcceptLang request parameter is added to an Adaptive Form URL. What is the result?
The afAcceptLang request parameter is used to force the locale of an Adaptive Form, overriding the user's browser locale. This means the form will be displayed in the specified language locale. It does not simply 'accept' form locales or set encoding types for languages; it specifically sets the form's locale.
Answer C is correct.. please find the link below https://helpx.adobe.com/experience-manager/6-3/forms/using/supporting-new-language-localization.html To override the browser locale of users, you can pass the afAcceptLang request parameter to force the locale. For example, the following URL will force to render the form in Japanese locale: http://[server]:[port]/<contextPath>/<formFolder>/<formName>.html?wcmmode=disabled&afAcceptLang=ja To override the browser locale of users, you can pass the afAcceptLang request parameter to force the locale. For example, the following URL will force to render the form in Japanese locale: http://[server]:[port]/<contextPath>/<formFolder>/<formName>.html?wcmmode=disabled&afAcceptLang=ja