I have date format and would like to translate to another language with date_i18n function how can I integrate with get_post_time here is my code : $time = get_post_time('F...
I am currently developing a theme with internationalization support, and would like to load stylesheets after my theme’s rtl.css (an alternative style.css loaded for languages with a right-to-left reading...
I wonder, is there a way to change the locale at runtime using WordPress ? What I mean, is, I have create a custom URL in order to create...
I updated WP to version 3.9.2 (currently the latest) via Git which works fine. However, in the admin it keeps on telling me “a newer version is available”. After...
Basic l10n from a .mo file generated out of PoEdit works fine. But as soon as I introduce _x, or variants, the link breaks, because as best as I...
I’d like to have the backend of WordPress in English and use a different locale for the frontend so far I figure out perhaps I could do it by...
So in english we don’t have gendered nouns. It is always “a table” or “a desk” with no need to worry about it being “une table” or “un tableau”...
I’m setting up my basic skeleton / boilerplate I want to use for all wordpress projects. I follow Mark Jaquiths approach and include WP as a submodule. He gets...
I am somewhat new in WordPress if it is about “deeper” customization. Now I am having this function: esc_html_e( 'Dear Guest, with Your information we not find any room...
I was wandering… All the translation functions (__(), _e(), _x() and so on) use the current/active language. Is there a way to get a translation from another language than...