1
JaniBer77
XOOPS Multilanguage for User
  • 2010/8/4 11:51

  • JaniBer77

  • Just popping in

  • Posts: 1

  • Since: 2008/10/18


Hello @ll Developers.

First sorry abaut my English is not so good.

I want user to choose their own language in Xoops,
How can I put from Backend to Frontend Default language likes Selectable themes,
When I make this then the User can chose his language.

I think at this same feature as has Selectables themes.


Thanks.

JaniBer

2
ghia
Re: XOOPS Multilanguage for User
  • 2010/8/4 12:58

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


To show your site in multiple languages at the users choice, use xLanguage module. You need the language files (See SourceForge files) of the needed languages or translate them yourself.
Of course the module does not translate, you must provide the content also in the required languages.

3
oswaldo
Re: XOOPS Multilanguage for User
  • 2010/8/4 14:28

  • oswaldo

  • Quite a regular

  • Posts: 215

  • Since: 2008/8/22


Hi
If you only need to translate, I suggest you that use a widget try with these code in one block you can see a demo here :

<!-- Begin TranslateThis Button -->
<div id="translate-this"><a href="http://translateth.is/" class="translate-this-button">Translate</a></div>

<script type="text/javascript" src="http://www.google.com/jsapi"></script>
<script type="text/javascript" src="http://x.translateth.is/translate-this.js"></script>
<script type="text/javascript">
TranslateThis(
{ fromLang : 'es', <!-- Put your default language code -->

ddLangs : [
'en', <!-- Languages in te first windows -->
'fr',
'ar',
'zh-CN',
'ko',
'it',
'cs',
'iw',
'de',
'pt-PT',
'ru',
'ja',
'vi',
'el',
'hi',
'tr'
]
}
);
</script>

<!-- End TranslateThis Button -->

4
rattan
Re: XOOPS Multilanguage for User
  • 2011/6/1 3:19

  • rattan

  • Just popping in

  • Posts: 1

  • Since: 2011/5/31


Thanks... This is what I am looking for... I am in need to use Arabic and Indonesian. ;) Once again..., thanks so much.. Will be back with the results.

Login

Who's Online

142 user(s) are online (106 user(s) are browsing Support Forums)


Members: 0


Guests: 142


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits