You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can detect the vscode display language using vscode.env.language. When we try to load any page in vscode webview it is still displaying the page in english even though my vscode.env.language is French.
How can we have this vscode display language passed to webview so that webview browser considers the display language and renders page in french language.
Basically we want the navigator.language field to have the vscode env language.
The text was updated successfully, but these errors were encountered:
Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for similar existing issues. See also our issue reporting guidelines.
We can detect the vscode display language using vscode.env.language. When we try to load any page in vscode webview it is still displaying the page in english even though my vscode.env.language is French.
How can we have this vscode display language passed to webview so that webview browser considers the display language and renders page in french language.
Basically we want the navigator.language field to have the vscode env language.
The text was updated successfully, but these errors were encountered: