is there a way to internationalize strings and content which are
created dynamically. for example, if i have a javascript function that
outputs some html when i try to use __MSG_foo__ inside the html it
does not show up properly in my orkut app.  any ideas how to fix this?

example:

function renderIntlContent() {

var html ='<input type="submit" value="__MSG_btn-submit__"
name="submit" />;
document.getElementById('someDiv').innerHTML = html;

}

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"orkut Developer Forum" group.
To post to this group, send email to opensocial-or...@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.

Reply via email to