Toggle navigation
Dashboard
Dashboard Tracker
Add / Edit My Forums
System Announcements
Discussion
Active Thread Feed
Top Threads Today
Top Threads This Week
Top Threads Library
Go!
View All
View All
Login
Logout
Home
Forums Index
Browser Side
/
HTML
11:49 pm May 20, 2026
This page requires javascript.
Forum Moderators:
open
Message Too Old, No Replies
HTML header code for multi lingual page?
born2run
Msg#:5055330
12:21 pm on Jan 6, 2022
(gmt 0)
Hi I had the following html code for a page when it had only English text:
<html lang="en">
Now, it has two languages content in it, so what html code should I use for this multilingual page? Should I just remove the code above?
Thanks in advance!
coothead
Msg#:5055348
Votes:
2
4:01 pm on Jan 6, 2022
(gmt 0)
Hi there born2run.
assuming that ...
<html lang="en">
...is the main language,simply add the
lang attribute
to those elements that contain a different language, for
example...
<div class="french-information" lang="fr">sacré bleu</div>
Further reading
:-
Declaring language in HTML
[w3.org]
coothead
Jonesy
Msg#:5055451
5:49 pm on Jan 8, 2022
(gmt 0)
I've done it paragraph by paragraph:
<p lang="fr"> ...... </p>
coothead
Msg#:5055452
Votes:
1
6:02 pm on Jan 8, 2022
(gmt 0)
Hi there Jonesy,
correct me if I am wrong, but are you not just repeating
a little of the information that I have already posted? :(
coothead
Join The Conversation
Register
For Free! -
Become a
Pro Member
!
See forum categories
-
Enter the Forum
Moderators and Top Contributors
Moderator List
| Top Contributors:
This Week
,
This Month
,
Apr
,
Mar
,
Archive
,
Top 100 All Time
,
Top Voted Members
Hot Threads This Week
May 2026 Google Search Observations
AdSense Earnings and Observations - May 2026
AI visibility audit
Adsense / Personal Manager / Support
Hacker spoofing as GoogleBot
Page indexed but live url test gets 500 error
Link collaboration strategies
in case you missed it .
Microsoft, AS8075. Google, AS396982.
Bad actor claiming to be OpenAi
Home
Forums Index
Browser Side
/
HTML
11:49 pm May 20, 2026