Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
i18n - a couple of problems
#1
Apologies - two minutes after posting this I found the solution... I needed to change
<a href="<?php echo htmlspecialchars(return_i18n_setlang_url('IT')); ?>">Italiano</a>
to
<a href="<?php echo htmlspecialchars(return_i18n_setlang_url('it')); ?>">Italiano</a>
with 'it' written in small letters.

I'll just leave it posted here in case anyone else has the same problem.

Question number two however remains... I can't make i18n work with IE10. I tried to reset IE to default factory settings, lower all that can be lowered in the security, etc. etc. the usual stuff, to no avail. I have versione 10, all updates installed. any idea please?
thanks in advance
L
_________________________________________________________________________

hi all,
first time poster here, I checked the forums but couldn't find a solution... if I missed something please let me know.

I am using GetSimple with i18n and am facing two issues with this otherwise great plugin.
I checked this thread
http://get-simple.info/forums/showthread.php?tid=4652
and also this page
http://mvlcek.bplaced.net/get-simple/i18n - Language dependent content
to no avail.

To translate from english to italian, my main language, I use these two scripts:
<a href="<?php echo htmlspecialchars(return_i18n_setlang_url('EN')); ?>">English</a>
<a href="<?php echo htmlspecialchars(return_i18n_setlang_url('IT')); ?>">Italiano</a>
and they work.

My first issue is with the sidebar:
if I use one of these two scripts, the main form Language changes, but the sidebar doesn't. However, if I click on the page link (in the page bar... where you type http://get-simple.info to make it clear, the name escapes me) and manually change ?setlang=EN to ?setlang=IT... the Language of the sidebar changes!

I'm really clueless as to why this happens.

Second issue I have is that everything I wrote happens with Firefox (latest version, no plugins) because i18n never worked with IE (version 10 all updates installed).

Sorry for the long wall of text I wanted to add as many details as possible. anyone has an idea please?
thanks in advance
L
Reply




Users browsing this thread: 1 Guest(s)