English 中文(简体)
Google API for Internationalization + asp.net
原标题:

Hai guys,

Is there any google api for Internationalization with asp.net or any other open source api for it because i want my users to view my site in multiple indian languages like tamil,malayalam,hindi,telugu etc... I have seen google use it in http://www.google.co.in/

最佳回答

ASP.NET includes decent localization features natively - which is probably much easier to work that an external API. Here s an article I wrote some time ago that might help:

http://www.west-wind.com/presentations/wwDbResourceProvider/introtolocalization.aspx

ASP.NET handles server side localization reasonably well - client side localization is a bit more difficult. For that I actually created a server side resource handler some time ago that allows using server resources on the client side. More info here:

http://www.west-wind.com/Weblog/posts/698097.aspx

问题回答

暂无回答




相关问题
How does gettext handle dynamic content?

In php (or maybe gettext in general), what does gettext do when it sees a variable to dynamic content? I have 2 cases in mind. 1) Let s say I have <?=$user1?> poked John <?=$user2?>. ...

Explain the Need for Mutexes in Locales, Please

Reading the question Why doesn’t C++ STL support atoi(const string& ) like functions?, I encountered a comment which warned that GCC (at least) has a bug that can slow down multi-threaded ...

How does Vistalizer work

How does Vistalizer manage to override the language limit in Windows Vista Home edition. Which api s does it use to allow installation of Multiple language packages.

Localized exceptions (within a Struts2 app)

I am developing a Struts 2 application with support for multiple languages. If one of the domain objects needs to throw an exception, how can it do so in such a way that the error message is no ...

Rails Globalize plugin help

Has anyone gotten the Globalize plugin to work Rails 2.3.2 or later? If so, could you direct me to some useful info?

热门标签