0

I've been working on a project, and I've finally decided to make translation files, so now I have translated .po files, but I don't know how to use it now on C, just that I have to make .mo files using those .po (no mattter with that).

I've been looking around but I've found answers which are for php (like this one: How to run or load .po/.mo files for localization in php) but nothing for C so if you could help me it would be great.

Community
  • 1
  • 1
Jorge Barroso
  • 1,878
  • 1
  • 13
  • 14

1 Answers1

2

You don't load the files directly, that's done by gettext.

See the manual. It's long, but it's pretty good.

unwind
  • 391,730
  • 64
  • 469
  • 606