/    Sign up×
Community /Pin to ProfileBookmark

About multilanguage in javascript

How can a function supports multilanguae ?

I mean , in a function like

function Message()
{
alert(“热字不允许为�uFFFD”);
}

The alerting message can vary language from language in terms of the viewer.

By the way,if there is any problem in my question please tell me ,because I am new to English,I am from China.
And I want to make friend with you,if you want.
My Email: [email][email protected][/email]

Thank you .

to post a comment
JavaScript

1 Comments(s)

Copy linkTweet thisAlerts:
@KorJul 25.2006 — If u need strictly to alert, I am not sure you can. But if you need only to write characters on a page, uou may use unicode escapes

<script type="text/javascript">

document.write('u5b57')

</script>

here's an online unicode escapes convertor

http://www.hot-tips.co.uk/useful/unicode_converter.HTML
×

Success!

Help @jirgal spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 4.28,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,

tipper: @Samric24,
tipped: article
amount: 1000 SATS,
)...