Language Check
-
Is there any way to filter language for example english only in KeyCheck block or someting?
-
No there's no way to do that and I wouldn't even know where to begin
-
@Ruri @ocimsr Parse the whole source and post it in translate (auto-detect language) and parse the translated text as a variable then do the following
-
OPTIONAL
https://www.online-translator.com/ USE THIS WEBSITE, IT DOESNT AUTO TRANSLATE YOU HAVE TO CLICK "TRANSLATE" SO YOU CAN GET A POST DATA
If you want the post data directly here:
Request URL: https://www.online-translator.com/services/soap.asmx/GetTranslationRAW POST DATA: { dirCode:'au-en', template:'General', text:'<YOURVARIABLE>', lang:'en', limit:'3000',useAutoDetect:true, key:'123', ts:'MainSite',tid:'', IsMobile:false}
The limit is 3000 characters so thats bad but you can always find an alternative
-
ahhh thanks, that very helping. I'm just try google translate also. both works
-