How to specify the language to a shiny app

Dear All,

Looking at the source code generated for any shiny app, you can see at the top:

<!DOCTYPE html>
<html>
<head>
....

The html tag should include the language to be 508 compliant and it will be difficult for someone using a screen reader to understand the content. Is there a way to add the attribute "lang" to the main html "tag" like

<html lang="en">

and solve this issue?

Thanks for your help.

@felloumi

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.