最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

translation - How to call wordpress API to translate a post request

programmeradmin1浏览0评论

Assuming am trying to send a post request for my application from wordpress. I know how to do that via wordpress function.

Here is my question: lets assume I want translate a certain words in a variable to German. Does wordpress has a builting API that I can leverage or I should come up with my own php way via internationalization.

<?php

    $post_to_translate ="Hello am wordpress fans";
// then post translated data to database

?>
发布评论

评论列表(0)

  1. 暂无评论