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.
What is all about JavaScript use swedish characters?
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.
What is all about JavaScript use swedish characters?
Â
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.