Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
GoogleTranslate issue
#8
I try this:
Function GoogleTranslator_Test
Code:
Copy      Help
str Text=
;A fragment of plane wing discovered in Mauritius in May has been confirmed as coming from missing plane Malaysia Airlines MH370, Australia's Transport Safety Bureau (ATSB) said in a statement on Friday.
;It is the third piece of debris to be definitively linked to MH370, Australia's transport minister Darren Chester said Friday.
;
;"It does not, however, provide information that can be used to determine a specific location of the aircraft," Chester said.
;
;The plane wing fragment was discovered in Mauritius on 10 May 2016, and was delivered to the ATSB for investigation. An "'OL' part identifier" was legible on the plane piece, the ATSB said, which allowed investigators to definitively identify the wreckage. Malaysian Airlines Flight 370 vanished on March 8, 2014, after taking off from Kuala Lumpur on a flight towards Beijing with 239 people on board. The investigation into its disappearance is ongoing.

Text.findreplace(". " ".[]" 8)
int i; str s
ARRAY(str) a=Text
for i 0 a.len
,s+=_s.from(GoogleTranslator(a[i] "ko" "en") "[]")
s.findreplace("\''" "''" 8)
spe 20
mes s


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)