function setHSLanguages(){
		
		var currlang = jQuery('html').attr('lang');

		// default - English
		hs.lang = {
		   cssDirection:     'ltr',
		   loadingText :     'Loading...',
		   loadingTitle :    'Click to cancel',
		   focusTitle :      'Click to bring to front',
		   fullExpandTitle : 'Expand to actual size (f)',
		   fullExpandText :  'Full size',
		   creditsText :     '',
		   creditsTitle :    '',
		   previousText :    'Previous',
		   previousTitle :   'Previous (arrow left)',
		   nextText :        'Next',
		   nextTitle :       'Next (arrow right)',
		   moveTitle :       'Move',
		   moveText :        'Move',
		   closeText :       'Close',
		   closeTitle :      'Close (esc)',
		   resizeTitle :     'Resize',
		   playText :        'Play',
		   playTitle :       'Play slideshow (spacebar)',
		   pauseText :       'Pause',
		   pauseTitle :      'Pause slideshow (spacebar)',   
		   number :          'Image %1 of %2',
		   restoreTitle :    'Click to close image, click and drag to move. Use arrow keys for next and previous.',
		   imageWord:        'Image',
		   ofWord:           'of'
		};
		
		// German
		if(currlang=='de' || currlang=='at' || currlang=='ch'){
			hs.lang = {
				cssDirection:     'ltr',
				loadingText:      'Bitte warten...',
				loadingTitle:     'Klick zum Abbrechen',
				focusTitle:       'Hier klicken, um das Bild in den Vordergrund zu bringen',
				fullExpandTitle:  'Hier klicken, um das Bild in Originalgröße zu sehen',
				fullExpandText:   'Vollbild',
				creditsText :     '',
				creditsTitle :    '',
				previousText:     'Voriges',
				previousTitle:    'Voriges (Pfeiltaste links)',
				nextText:         'Nächstes',
				nextTitle:        'Nächstes (Pfeiltaste rechts)',
				moveTitle:        'Verschieben',
				moveText:         'Verschieben',
				closeText:        'Schließen',
				closeTitle:       'Schließen (Esc)',
				resizeTitle:      'Größe wiederherstellen',
				playText:         'Abspielen',
				playTitle:        'Slideshow abspielen (Leertaste)',
				pauseText:        'Pause',
				pauseTitle:       'Pausiere Slideshow (Leertaste)',
				number:           'Bild %1 von %2',
				restoreTitle:     'Klicken um das Bild zu schließen. Maustaste gedrückt halten und ziehen, um das Bild zu verschieben. Pfeiltasten benutzen, um vor- oder zurückzublättern.',
				imageWord:        'Bild',
				ofWord:           'von'
			}; 
		}

		// Portuguese
		else if(currlang=='br' || currlang=='pt'){
			hs.lang = {
				cssDirection:     'ltr',
				loadingText :     'Carregando...',
				loadingTitle :    'Clique para cancelar',
				focusTitle :      'Clique para trazer para frente',
				fullExpandTitle : 'Expandir ao tamanho real',
				fullExpandText :  'Tamanho máximo',
				creditsText :     '',
				creditsTitle :    '',
				previousText :    'Anterior',
				previousTitle :   'Anterior (seta para esquerda)',
				nextText :        'Próximo',
				nextTitle :       'Próximo (seta para direita)',
				moveTitle :       'Mover',
				moveText :        'Mover',
				closeText :       'Fechar',
				closeTitle :      'Fechar (esc)',
				resizeTitle :     'Redimensionar',
				playText :        'Tocar',
				playTitle :       'Rodar slideshow (barra de espaços)',
				pauseText :       'Pausar',
				pauseTitle :      'Pausar slideshow (barra de espaços)',   
				number :          'Imagem %1 de %2',
				restoreTitle :    'Clique para fechar a imagem, clique e arraste para mover. Use as setas do teclado para próximo e anterior.',
				imageWord:        'Imagem',
				ofWord:           'de'
			};		
		}		

		// Finnish
		else if(currlang=='fi'){
			hs.lang = {
				cssDirection:     'ltr',
				loadingText :     'Lataa...',
				loadingTitle :    'Keskeytä',
				focusTitle :      'Tuo esille',
				fullExpandTitle : 'Suurenna täysikokoiseksi',
				fullExpandText :  'Täysikokoinen',
				creditsText :     '',
				creditsTitle :    '',
				previousText :    'Edellinen',
				previousTitle :   'Edellinen (nuoli vasemmalle)',
				nextText :        'Seuraava',
				nextTitle :       'Seuraava (nuoli oikealle)',
				moveTitle :       'Siirrä',
				moveText :        'Siirrä',
				closeText :       'Sulje',
				closeTitle :      'Sulje (esc)',
				resizeTitle :     'Muuta kokoa',
				playText :        'Aloita',
				playTitle :       'Aloita esitys (välilyönti)',
				pauseText :       'Tauko',
				pauseTitle :      'Tauko esityksessä (välilyönti)',   
				number :          'Kuva %1 / %2',
				restoreTitle :    'Kilauta sulkeaksesi, paina ja raahaa siirtääksesi. Valitse edellinen tai seuraava nuolilla.',
				imageWord:        'Kuva',
				ofWord:           '/'
			};
		}
}
