What is all about JavaScript use swedish characters?

Asked By 20 points N/A Posted on -
qa-featured

Hi techyv,

What is all about javascript use swedish characters? I always use English words in my javascript, my team is just curious about getting some software application that provide Swedish characters. Are those possible application is licensed? Give me some accurate information for my team.

Hoping for your help. Thanks.

SHARE
Best Answer by Sharath Reddy
Answered By 0 points N/A #178446

What is all about JavaScript use swedish characters?

qa-featured

Hello. Yes it can be possible but the following condition must be there: if you want to use a multiple language support for your website, it must be possibility to encode it to UTF-8, if that’s encodable, than you can do this.

Best Answer
Best Answer
Answered By 590495 points N/A #178447

What is all about JavaScript use swedish characters?

qa-featured

 

I think what you want to do is to replace all the English words used in your JavaScript coding to Swedish. I think it’s possible but you need to have separate JavaScript files for the English and Swedish versions and if these scripts will be used on the website, you need also to add an option on your website that lets a user select his or her appropriate language like for example English or Swedish. This will then trigger which version of the JavaScript to use depending on the user’s selection.

This would also give you additional work since you need to make a lot of translation on your website. You need to convert or translate all the English texts displayed on your website to Swedish. This will surely eat a lot of time but will eventually make other users excellent browsing experience.

Related Questions