Change site language control

This forum is for questions about contributing to the project or proposing features that you would like to develop for the project. 

This thread is closed to new posts. You must sign in to post in the forums.
3/30/2011 1:17:29 PM
Gravatar
Total Posts 23
Ahmed Ali Senior Developer

Change site language control

hi all this is a dropDownList can added any place in skin master page will give site users appality to change site language by select proffered language from list.

 

http://www.smsbox.com/languageControl.zip

 

3/30/2011 1:30:02 PM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Re: Change site language control

Hi, how does your control differ from the Google Translate widget? Currently we are using this in our Layout.Master:

<div id="google_translate_element"></div>
<script>
   function googleTranslateElementInit() {
     new google.translate.TranslateElement({
       pageLanguage: 'en',
       layout: google.translate.TranslateElement.InlineLayout.HORIZONTAL
     }, 'google_translate_element');
   }
</script>
<script src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>

You can see how this works at our main site. Do you have a sample site where we can see your translation widget in action?

Thanks,

Jamie

You must sign in to post in the forums. This thread is closed to new posts.