Multi-Language Weblog Functionality
Uiteindelijk heb ik besloten zelf een poging te wagen om deze multi-language functionaliteit te ontwikkelen. Daarvoor heb ik een aantal van de beschikbare voorbeelden bestudeerd en vooral veel gelezen over CSS, HTML, XHTML, DOM en JavaScript. Op de website van W3 Schools is veel informatie te vinden over deze onderwerpen.
De eisen waaraan de functionaliteit voor mij moest voldoen waren beperkt:
- eenvoudig en beperkte hoeveelheid code
- overeenkomen met bestaande functies zoals itemToggle:
- minimaal ondersteuning bieden voor twee talen
For a few months I have searched the Internet looking for examples but all the solutions I found were complex and difficult to understand. Finally I decided to give it a try myselve and build the multi-language functionality I had in mind. Since I am not an expert I had to do some studying and reading about JavaScript, CSS, HTML, XHTML and DOM. On the website of W3 Schools there is a lot of information available about these topics that were very useful.
My requirements for this multi-language functionality were limited:
- few lines of simple code
- similar to the existing function itemToggle
- minimal support for two languages