search
HomeWeb Front-endHTML TutorialPlease help me, there is a problem in the test_html/css_WEB-ITnose

When testing IE, the text on the test page changed from Chinese to English, but this did not happen in browsers such as Firefox and Google. I don’t know the reason. Please give me some advice! ! !
Attached pictures:
The situation under IE:

The situation under Firefox:


The test address is the company server test address, localhost:8080 under non-tomcat /address, when accessing localhost:8080, the effect of IE is the same as that of Firefox. However, when accessing the company server test address, IE is as shown in the picture above. I don’t know the reason. I have tried many methods but can’t solve it. What I want is the effect under Firefox, please give me some advice


Reply to the discussion (solution)

What? So advanced? Is there a translation plug-in installed in IE?

No, I don’t have any plug-ins installed in IE. When I use IE to access localhost:8080, it’s also in Chinese. I still don’t understand why the Chinese language changes to English.

I don’t know how awesome it is! There must be something fishy about this matter.

What? So advanced? Is there a translation plug-in installed in IE?


No, I don’t have any plug-ins installed in IE. When I use IE to access localhost:8080, it’s also in Chinese. I still can’t figure out why the Chinese language changes to English.

Since I’m asking for help, I’ll You have to show sincerity

Since you are asking for help, you have to show sincerity


I am a newbie...so what should I do?

On other computers Is the interview also in English?

Is it also in English when accessed on other computers?


At present, I only have my own computer...I am afraid that other computers will have the same problem as me when it is officially used. It is difficult to guarantee that this will not happen, so if it can be solved, I will solve it.


Is it also in English when accessed on other computers?


At present, I only have my own computer...I am afraid that other computers will have the same problem as me when it is officially used. It is difficult to guarantee that this will not happen, so if it can be solved, I will solve it.

That’s impossible? Your browser must have a translation plug-in, otherwise it would be automatically translated into Chinese for no reason. Can you check the add-ons in IE?

Try disabling all extensions first.

Try disabling all extensions first.


Okay, thank you, I’ll try it

Try disabling all extensions first.


I have checked all the add-ons under IE and tried to disable all the add-ons. The add-ons under IE did not translate this item, and the access has not changed after disabling it, and it is still the same. It is in English... This problem is very difficult to solve.

Does the project itself have Chinese and English versions? And your browser defaults to the English version.?

The project itself does not have Chinese or English versions. English version, but the text displayed on the page is written in English when writing... I also tried changing English to Chinese, but the effect is still the same. The pages are still in English, so sad

I also checked the encoding of IE. The encoding is UTF-8, which is the same as the encoding used in the project. I originally thought there was an encoding problem and this problem occurred...



Are you sure you are visiting a page? . . . Let the technician take a look. .

It seems to me that the international judgment jump works in IE, but not in other browsers such as Firefox.
It may be a js compatibility issue.

If it is not translated by the browser plug-in, it means that the system is multi-lingual and the English version is accidentally displayed.



Are you sure you are visiting a page? . . . Let the technician take a look. .


It is indeed the same page, the same address page is the same...

I think the international judgment jump works in IE, Firefox, etc. It doesn't work in other browsers.
It may be a js compatibility issue.


Then I will check again to see if there is a problem with js compatibility. Thank you

If it is not translated by the browser plug-in, then the system is multi-language version, accidentally It only shows the English version.


If it is because of the multi-language version of the system, how should we solve it
Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
What is the purpose of HTML tags?What is the purpose of HTML tags?Apr 28, 2025 am 12:02 AM

HTMLtagsareessentialforstructuringwebpages,enhancingaccessibility,SEO,andperformance.1)Theyareenclosedinanglebracketsandusedinpairstocreateahierarchicalstructure.2)SemantictagslikeandimproveuserexperienceandSEO.3)Creativetagslikeenabledynamicgraphics

What are self-closing tags? Give an example.What are self-closing tags? Give an example.Apr 27, 2025 am 12:04 AM

Self-closingtagsinHTMLandXMLaretagsthatclosethemselveswithoutneedingaseparateclosingtag,simplifyingmarkupstructureandenhancingcodingefficiency.1)TheyareessentialinXMLforelementswithoutcontent,ensuringwell-formeddocuments.2)InHTML5,usageisflexiblebutr

Beyond HTML: Essential Technologies for Web DevelopmentBeyond HTML: Essential Technologies for Web DevelopmentApr 26, 2025 am 12:04 AM

To build a website with powerful functions and good user experience, HTML alone is not enough. The following technology is also required: JavaScript gives web page dynamic and interactiveness, and real-time changes are achieved by operating DOM. CSS is responsible for the style and layout of the web page to improve aesthetics and user experience. Modern frameworks and libraries such as React, Vue.js and Angular improve development efficiency and code organization structure.

What are boolean attributes in HTML? Give some examples.What are boolean attributes in HTML? Give some examples.Apr 25, 2025 am 12:01 AM

Boolean attributes are special attributes in HTML that are activated without a value. 1. The Boolean attribute controls the behavior of the element by whether it exists or not, such as disabled disable the input box. 2.Their working principle is to change element behavior according to the existence of attributes when the browser parses. 3. The basic usage is to directly add attributes, and the advanced usage can be dynamically controlled through JavaScript. 4. Common mistakes are mistakenly thinking that values ​​need to be set, and the correct writing method should be concise. 5. The best practice is to keep the code concise and use Boolean properties reasonably to optimize web page performance and user experience.

How can you validate your HTML code?How can you validate your HTML code?Apr 24, 2025 am 12:04 AM

HTML code can be cleaner with online validators, integrated tools and automated processes. 1) Use W3CMarkupValidationService to verify HTML code online. 2) Install and configure HTMLHint extension in VisualStudioCode for real-time verification. 3) Use HTMLTidy to automatically verify and clean HTML files in the construction process.

HTML vs. CSS and JavaScript: Comparing Web TechnologiesHTML vs. CSS and JavaScript: Comparing Web TechnologiesApr 23, 2025 am 12:05 AM

HTML, CSS and JavaScript are the core technologies for building modern web pages: 1. HTML defines the web page structure, 2. CSS is responsible for the appearance of the web page, 3. JavaScript provides web page dynamics and interactivity, and they work together to create a website with a good user experience.

HTML as a Markup Language: Its Function and PurposeHTML as a Markup Language: Its Function and PurposeApr 22, 2025 am 12:02 AM

The function of HTML is to define the structure and content of a web page, and its purpose is to provide a standardized way to display information. 1) HTML organizes various parts of the web page through tags and attributes, such as titles and paragraphs. 2) It supports the separation of content and performance and improves maintenance efficiency. 3) HTML is extensible, allowing custom tags to enhance SEO.

The Future of HTML, CSS, and JavaScript: Web Development TrendsThe Future of HTML, CSS, and JavaScript: Web Development TrendsApr 19, 2025 am 12:02 AM

The future trends of HTML are semantics and web components, the future trends of CSS are CSS-in-JS and CSSHoudini, and the future trends of JavaScript are WebAssembly and Serverless. 1. HTML semantics improve accessibility and SEO effects, and Web components improve development efficiency, but attention should be paid to browser compatibility. 2. CSS-in-JS enhances style management flexibility but may increase file size. CSSHoudini allows direct operation of CSS rendering. 3.WebAssembly optimizes browser application performance but has a steep learning curve, and Serverless simplifies development but requires optimization of cold start problems.

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

DVWA

DVWA

Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor