i want to remove this coding from my magento web..where can i find this coding..this is main page of my web
You can get those file from store module.
Refer below path to check your content,
vendor/magento/module-store/view/frontend/templates/switch/languages.phtml
Please let me know if you have any issue.
If you are want to do from XML then do use below way
<referenceBlock name="store_language" remove="true"/>
Add code to app/design/frontend/yourtheme/theme/Magento_Theme/layout/default.xml inside body tag.
Please flush the cache after add code.
If it will work then mark as solution.
actually..i do remove pic of flag language. but the coding that call flag language is there and i wan t to remove this coding from the web becoz it affect the access speed to my web almost 8s..where can i access those coding and delete it..sorry i am fresh magento user but i know how write a code its just i dun know where to edit n write it