coderifous / jquery-localize

a jQuery plugin that makes it easy to internationalize your web site.
465 stars 142 forks source link

Can I do it for meta ? #32

Closed hueitan closed 10 years ago

hueitan commented 10 years ago

Can I do It In head for example head meta tag

or even

img title

... tag attrs

coderifous commented 10 years ago

It really depends on what effect your are trying to achieve. Please try it out and see if it works for you. Also, checkout the test/ folder, which has examples of title (and other special attributes) being set.

hueitan commented 10 years ago
<meta name="description" content="..."/>

Can I do localization for the content ?