[wp-hackers] Simplest way to create a custom language pack for the purpose of markup only?

Nikola Nikolov nikolov.tmw at gmail.com
Mon Feb 24 19:15:03 UTC 2014


Why don't you just add

define( 'WPLANG', 'en_IN' );

to your wp-config.php file?
This should change the result of get_locale() - which should be used in the
basis of all functions that you described above - and unless you already
have a translation file for en_IN, then all strings will remain the same as
the original strings(which are all in en_US).


On Mon, Feb 24, 2014 at 9:11 PM, Aahan Krish <krish+wphackers at aahan.me>wrote:

> Hmm... anyone?
> _______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers
>


More information about the wp-hackers mailing list