search for: il8n

Displaying 2 results from an estimated 2 matches for "il8n".

Did you mean: i18n
2007 Jun 01
5
il8n with Prototype
I''d be grateful for feedback regarding the following: /* Iterate over elements and lookup translation for language in JSON dictionary */ function translateChildren(parent, language) { var phrases = parent.getElementsByClassName(''lang''); phrases.each(function(p) { var phrase = p.readAttribute(''for''); p.innerHTML =
2010 Apr 20
5
Smart localisation
Hi, I have some trouble using Il8n. I''ve had these problems for a while now and always used rough workarounds, but as my productivity needs to go up another notch, I was wondering whether there was any way of avoiding these workarounds. For example: When I''m inside a view (say ''home/index'') and u...