Menu

#146 GetListOfLanguages

open
nobody
None
5
2008-11-05
2008-11-05
No

Hello Lars,

In gnugettext.pas, I don't understand this line:
langcode := lowercase(sr.name);

I think there must be a reason...
But with sublanguages (like en_GB or pt_BR) the name cannot be resolved by languagecodes (po or pas method).

I have to change this line by:
langcode := sr.name;
And everything work fine!

Please, have you got any advice about this?

Best regards,

Alain

Discussion


Log in to post a comment.