I installed DNN event modules, and its working perfect, but the problem is that I need to localize the module to be viewed in English on the English site and in Arabic on the Arabic site. Is there any way to do this? Or is there any way to show a column in English and hide the Arabic column and vs.?
Thank You
DNN modules support localization. I am not sure if there is an Arabic language pack for the Events module, but you can create your own using the tools in DNN
These videos may be of some use for you
http://www.dnnsoftware.com/Community/Learn/Video-Library/View-Video/Video/232/View/Details/Introduction-to-the-DotNetNuke-Language-Module
http://www.dnnsoftware.com/Community/Learn/Video-Library/View-Video/Video/234/View/Details/Installing-Language-Packs-in-DotNetNuke
Related
Dose anyone know how to change language on xwiki?
I followed this link below, but, nothing change at all.
http://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/Features/I18N
The step is following.
Go to XWikiPreferences.
Click content.
Click localization.
Change SUPPORTED LANGUAGES and default language.
I am Japanese so I choose Japanese, namely 日本語.
Set timezone
Click on save button.
Environment: Centos 6
java 1.8.0
xwiki 10.1
Do I have to take another action when I want to change language?
Best regards,
TL;DR: It worked, but unfortunately XWiki's User Interface is not yet translated into Japanese. Check by editing a page and looking at the editor's labels.
Longer answer:
As you can see from the link you mentioned (and the updated list http://l10n.xwiki.org/xwiki/bin/view/L10N/ - see the "Supported Languages" panel, on the right), XWiki does not list Japanese as supported language. This just means that there are no available translations for that language, so the User Interface will show the text labels in the English default.
This does not stop you from setting your wiki, as you did, to use the Japanese language. One way to check that the setting has taken effect is to edit a page and see the WYSIWYG editor's UI showing labels (like when hovering with the mouse over its buttons) in Japanese. This is a bit of a special case, since that editor provides its own translations and it just happens that it includes Japanese. (for information, that component is a 3rd party project, integrated into XWiki, so it manages its own translations that get distributed and integrated with the editor)
Additionally, if you set your wiki to be multilingual, it makes sense to use even languages where the UI is not translated yet because you will be able to edit various translations for the same page, should your usecase need that feature.
If you want to do something about it, you are welcomed to check out the translations wiki http://l10n.xwiki.org/xwiki/bin/view/L10N/ and start translating XWiki's UI for the Japanese language. The next release will include your translations and a lot of people, including yourself, will be grateful for it :)
I would like to develop a application like forum in ruby on rails.
Features:
Forum with all categories.
Rich text editor like stackoverflow.com editor.
Syntax highlight is important feature.
Please any one suggest good gems for my requirement.
Check out Redcarpet. Here's a 7 minute rails cast showing specifically how to set it up and customize the options in your editor. It seems like what you're looking for and is very simple.
I saw my regional language named Malayalam in the Supported Languages list of my Windows Phone application WMManifest file. Is that means that i could display 'Malayalam' language on my WP8 application ? How can i build an application in my Regional language ?
I didn't find any sample yet. Please need support .
PLEASE NOTE : I copied some words & pasted it as Text property of a
Textblock , it displays well in windows phone screen. Are they providing TextBox typing support in Regional languages?
For that You have to download Regional Keyboard to support that
that can be downloaded from Settings of Windows phone
Windows Phone 8 does support the many indic languages, one important thing to know it processes/inputs/displays Malayalam language but doesn't have the Malayalam keyboard. So far it only has support for Hindi in Indic languages.
I have mediawiki 1.16 + fck editor (current snapshot).
If the wiki is set to english everything works fine but on hebrew and arabic the editor does not show, only the regular toolbar shows. Any ideas?
Encountered that too, and had to solve by myself :(.
Solution is here:
https://bugzilla.wikimedia.org/show_bug.cgi?id=25653
Have you even got the those language files?
I want to add Arabic typing in VB.Net. How can I do that?
It already supports it; it's all unicode under the hood now. If your users have an arabic keyboard layout the standard controls and inputs should accept arabic text. You do need to make sure to use a system that supports unicode for any persistence you use (database, config files, etc), but the vb.net layer should already work.