0
votes

On my home computer(win7 ultimate), i made a web site in french and in english with gettext AND all works perfectly,

Now I want to put it online, so i transfer it on my server but only english translation works... no french translation.... It's been 1 week i'm trying to fix it but with no result.

So, i find an artile ... "gettext will only support the installed locales." In linux, with this command "locale -a" I can see all locales installed and if "fr_FR" is not instralled, it's normal that there is no translation in french, so with another command, i can install it.

But my server is with Windows Web 2008 r2, so this command "locale -a" doesn't work.

I'm asking your help to help me to figure it out for the language(locale) fr_FR works..? How can i check if the language(locale) fr_FR is installed? and if not, how can i install it? Thanks a lot for your help... If i didn't post in good Category, please let me know and i will post it again in an other category.

2

2 Answers

0
votes

It should be within the control panel, then in the keyboards installed. I see no other alternative for locale installations...

0
votes

I think Windows uses different language strings. Try "french" instead of "fr_FR".