Welcome Guest, Not a member yet? Register   Sign In
Internationalization (i18n) anyone?
#1

[eluser]Peng Kong[/eluser]
I'm writing an account module (See: http://ellislab.com/forums/viewthread/144755/) that takes care of i18n.

Just thought someone might find these mysql tables useful.

1) Country (ISO 3166)
2) Language (ISO 639)
3) Currency (ISO 4217)
4) Timezone (and zoneinfo)

[update on 04 Jan 2011]
My old link is broken.
The SQL can be taken from the a3m package.
http://code.google.com/p/a3m/
#2

[eluser]joytopia[/eluser]
Thank you, Peng Kong, for sharing this with us! It will help me in my current project!

I have an issue with the il8n and the pagination class:
The created pagination-links do not have the language prefix.
Does anyone else have the same issue?

Thanks, Bernd
#3

[eluser]joytopia[/eluser]
Found it out.

I used
Code:
$config['base_url'] = base_url().'/'.$something.'/';
instead of
Code:
$config['base_url'] = site_url($something);




Theme © iAndrew 2016 - Forum software by © MyBB