| « News from the b2 world | Google & BlogNoise: the blogger's responsiblity » |
Okay, with the first beta-testers testing b2evolution I am beggining to feel an urgent need to localize the software. I was running most of my pages with french text (like "laisser un commentaire") and the testers want english (that is at least english!) ![]()
Right now I just switched back everything to english but I do need to localize this. Actually, I needed this anyway for my own site. I will eventually do it as planned and links like "leave a comment" will be displayed in the current post's language.
On blogs like this one, were posts are mixed in multiple languages (yeah I know it's a little strange, but this is Europe...
) that means I must have several languages handy at all times.
So I was thinking about putting the strings into arrays... but this may not be as straightforward as I could have thought, as I need to take care of several things:
'leave a comment' with $uistring[49][$lang] won't do it!Gotta think about it some more... ![]()