개발 노트

국제화 관련 사이트 본문

React

국제화 관련 사이트

한츄 2024. 7. 25. 18:21

https://m.blog.naver.com/s0215hc/222392725370

 

[script] 구글 번역을 이용한 간단한 다국어 페이지 만들기

구글 번역을 이용한 간단한 다국어 페이지 적용 방법입니다. 복잡한 문장이거나 정확한 번역이 필요한 사이...

blog.naver.com

 

 

https://www.w3schools.com/howto/howto_google_translate.asp

 

W3Schools.com

W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.

www.w3schools.com

 

 

https://stackoverflow.com/questions/12243818/adding-google-translate-to-a-web-site

 

Adding Google Translate to a web site

Looking here Google Translate I get the following code. <meta name="google-translate-customization" content="9f841e7780177523-3214ceb76f765f38-gc38c6fe6f9d06436-c"></me...

stackoverflow.com

 

https://letsplaycoding.tistory.com/82

 

[javascript] 웹사이트 무료 구글 번역 api 사용법

Google의 사이트 번역 기능을 이용하면 손쉽게 내 사이트를 다국어 사이트로 변신시킬 수 있다. 기존에는 API 키를 발급해 사용이 가능 하였으나 현재는 더 이상 제공 되지 않는다. 그래서 우리는

letsplaycoding.tistory.com

 

 

https://nextjs.org/docs/app/api-reference/components/script#props

 

Components: <Script> | Next.js

Optimize third-party scripts in your Next.js application using the built-in `next/script` Component.

nextjs.org

 

 

 

'React' 카테고리의 다른 글

next.js에 구글 번역 적용하기  (0) 2024.07.26
다국어 지원 관련 방법 2  (0) 2024.07.25
next.js URL 쿼리 매개변수  (0) 2024.07.24
NEXT.js fetch관련 자료  (0) 2024.06.18
Next 배포 시 TypeError fetch failed  (0) 2024.04.19