Load Your Theme Language File Using WordPress API
talk
There are many ways to customize your language for your wordpress site. You can download language pack and do some configs as wordpress shows you [here] . Besides some general language terms , some themes provides their own language package in/languages/*.pot and call some api functions to load them programmatically which i show you how in this article . Continue reading