Page 1 of 1
page language - can we add more?
Posted: Wed Jan 30, 2019 9:45 am
by longman
Hi,
Is there a way to manually add a language that is not listed in the software? I mean site properties, I wanna add a language that does not exist.
Thanks!
Re: page language - can we add more?
Posted: Wed Jan 30, 2019 9:49 am
by Pablo
You cannot add languages to the list.
But alternatively you can add the language code via Page HTML.
Re: page language - can we add more?
Posted: Wed Jan 30, 2019 10:01 am
by BaconFries
As Pablos reply and if you require to add the language in the html tag as such <html lang="en"> then simply add an HTML object to the page and select 'Inside <html> tag'
Re: page language - can we add more?
Posted: Wed Jan 30, 2019 10:01 am
by longman
but will it overwrite the previous language set by the software in site properties?
Re: page language - can we add more?
Posted: Wed Jan 30, 2019 10:02 am
by longman
English is official second-language in Malaysia, wanna add En-My language
Re: page language - can we add more?
Posted: Wed Jan 30, 2019 10:05 am
by longman
yea it worked, i selected none in site properties and added following code:
<html <html lang="en-my">
Thanks BaconFries and Pablo!
Re: page language - can we add more?
Posted: Wed Jan 30, 2019 10:09 am
by longman
i guess i should only add this code:
lang="en-MY"
and select Inside html tag.
Then looks fine on page html preview.
Re: page language - can we add more?
Posted: Wed Jan 30, 2019 10:31 am
by Pablo
i guess i should only add this code:
lang="en-MY"
and select Inside html tag.
Correct!