2016-04-28 10 views
0

私はこのプラグイン(enter link description here)を使用してjQueryを使用しているサイト訪問者の国名を取得しました。しかし、私は文字列の結果をドイツ語に変換したい。例えば、文字列resultがPhilippinesの場合、変換された文字列は "Philippinen"になります。Geoplugin string結果をドイツ語に翻訳

// Get Country Name(http://www.geoplugin.com/webservices/javascript) 
var country = geoplugin_countryName(); 
$('.countryName').html(country); 

このような結果を得る可能性のあるプラグインまたはサービスはありますか? ありがとうございます。

答えて

関連する問題