The best approach for multilingual user interface

Posted by Mehdi Golchin on Stack Overflow See other posts from Stack Overflow or by Mehdi Golchin
Published on 2009-10-30T11:51:59Z Indexed on 2010/03/26 1:23 UTC
Read the original article Hit count: 472

Filed under:
|
|

I am working on a multilingual web application. I'm wondering how do i design the best user interface that the user can localize data for various languages? for instance, in making a page which its title is different in every lang, do i put a textbox for every one? it's not a suitable way to do(in case of 10 lang, the user has 10 textbox!!! too silly) what is your idea about this?

Edit: i have no problem with globalization in my system. in fact, i'm looking for a good way for my interface design which user can enter his data to my forms in various langs.

thanks in advance

© Stack Overflow or respective owner

Related posts about ui

Related posts about multilingual