How to determine user’s locale within browser?
I have a website (Flash) localized into a dozen of languages and I want to auto-define a default value depending on the user’s … Read more
I have a website (Flash) localized into a dozen of languages and I want to auto-define a default value depending on the user’s … Read more
How can I translate the name of plugin for other languages? For example: When WordPress is in pt-BR language, the plugin would be … Read more
I just can’t seem to get localization to work. I have a class library. Now I want to create resx files in there, … Read more
I’ve internationalised my plugin and am now looking at how best to load the plugin’s translated strings. I’m including myplugin/languages/myplugin.pot with my plugin … Read more
Several users of my RSVPMaker plugin have submitted translation/localization files that I have redistributed, but for some reason the page in the WordPress.org … Read more
I’m creating a plugin and I’ve put: define (‘WPLANG’, ‘it_IT’); into wp-config.php file. After plugin Name in the Header of the Plugin declaration: … Read more
I made a plugin with existing localization on WordPress.org for free. I migrated to block.json and made all changes by comparing it to … Read more
Without going into a lot of details, I have a multiple custom plugins within a multisite that share files outside of its original … Read more
I want to sort posts by alphabet in local language (croatian language). So letter Đ should come after D but now it goes … Read more
Plugin queries remote API and under certain circumstances (mostly errors) displays textual messages from API responses. All messages in API responses are in … Read more