Permalink
Cannot retrieve contributors at this time
docassemble/docassemble_base/docassemble/base/data/questions/examples/language_from_browser_restricted.yml
Go to filemetadata: | |
title: User language from browser (restricted) | |
short title: Browser language (restricted) | |
documentation: "https://docassemble.org/docs/functions.html#language_from_browser" | |
--- | |
question: | | |
% if language_from_browser('es', 'fr') is None: | |
I guess you do not speak | |
Spanish or French. | |
% else: | |
Great! Your language code is | |
`${ language_from_browser('es', 'fr') }`. | |
% endif | |
mandatory: True |