translation - Load .mo files in C -


i've been working on project, , i've decided make translation files, have translated .po files, don't know how use on c, have make .mo files using .po (no mattter that).

i've been looking around i've found answers php (like one: how run or load .po/.mo files localization in php) nothing c if me great.

you don't load files directly, that's done gettext.

see the manual. it's long, it's pretty good.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -