Can not add Filipino as a language in Liferay 7 - liferay-7

I am having requirement to add below asian languages into Liferay dxp portal. I am able to add the languages except Filipino & Standard Mandarin.
Vietnamese
Thai
Standard Mandarin
English
Tamil
Malay
Filipino
Burmese
Indonesian
Malaysian
Khmer
Lao
When I am adding filipino language code "fil" in portal-ext.properties file and restart the server I am getting an error that "Filipino language code is not available for 2 char".
I think it's because of filipino language code is in ISO-3 language code.
I am not aware whether liferay supports iso-3 language code or not.
Please suggest me how to overcome this situation.

The language codes are not specific to Liferay but to JAVA. Liferay uses the standard Locale functionality of JAVA to identify languages.
Try to google for the Java locale for your desired language and use that value. Something like en_GB, sk_SK...
EDIT:
You can also invent your own lang code. I once added Welsh into the portal with cy_GB and all worked fine.
Also, note that you need to take care of the flags for the provided languages. The config UI will look quite unusable without them. See here How to add language icons in liferay DXP

Related

Does Watson NLU support Hebrew?

does Watson NLU support Hebrew, including entities, sentiments? couldnt find it in the documentation
thanks very much
Lior
Lior, according to the documentation not. Not yet.
But, I can suggest to you use one Language Translator for using this API with Hebrew and translate to English for using each feature(English has more features available).
In the official documentation has one list of the Supported languages.
The following table shows the supported languages for each feature. Natural Language Understanding automatically detects the language of your source text by default. You can override automatic language detection if you want to specify the language manually.
Supported languages:
See the Official reference here.
You can see this article about other's API's and Supported languages. [Last Update: 24th of April 2017]
No it doesn't. It is very clear in the documentation.You can find it here.
https://console.bluemix.net/docs/services/natural-language-understanding/language-support.html#language-support
At the time of this post, the compatible languages are:
Arabic
Dutch
English
French
German
Italian
Japanese
Korean
Portuguese
Russian
Spanish
Swedish
Currently, English is the only language that supports all functions provided by Watson NLU. The rest have limited support.

Language problems associted with a new theme in sugarcrm

I have installed the latested version of sugarcrm and installed it suite crm theme. Every thing worked fine(in terms of design). Then, I installed russian langauge pack. Language was applied correctly except global controll links. I cleared caches(both browser and sugarcrm). If i enter crm(for example using English language) and logged out and enter using russian language, the global controll links are in English language(while all other elements in russian language). If I clear crm and browser from caches and enter the system(In reverse language order), Global controll links in Russian language while all other elements in english language. I suppose the error associted with caches and sesson. But, I do not know how to solve the issue. Please, help me. Where i need to change in order system work with a new them?
I found answer to the issue. I think that the problem was associted with ajaxheader. Therefore, I disabled them from admin->system settings->settings of ajax

Moodle login page language change

In my moodle site english and chinese are enabled. The rest of site changes to chinese when language is changed, but the login page does not change. Can anyone guide me ? Please help.
You should be able to set the default here
yourwebsite.com/admin/settings.php?section=langsettings
Or put this in config.php
$CFG->lang='yourlangcode';
In Site Administration => Language => Language Settings:
Turn off Auto detection
Set language to Chinese
Important: The server where your Moodle is hosted may be in english. If you cant change it to chinese, you may have to set the Locale field to one of these:
ISO-2022-CN (Simplified Chinese)
ISO-2022-TW (Traditional Chinese)
BIG5 (Traditional Chinese in BIG5)
GB2312 (Simplified Chinese in EUC)
And also the config.php setting as Russel said:
$CFG->lang='yourlangcode';
Please let us know if it worked!
HTH!

Convert Zend framework website language?

Hello I am a newbie to Zend Framework. I want to convert a website constructed in English language using Zend Framework to Ukrainian language.
Can anyone help me out what to do?
Thanks in advance.
Make sure you website supports internationalization, so all UI strings can be localized via translate() helper and Zend_Translate.
If your website already has more than one language - in most cases you should not care about this step.
Extract all UI strings into translation resource file (Gettext .po, TMX, xliff, etc..)
Hire translator to perform actual translation for you, or do that on your own.
Deploy new resource to website and make sure the locale is getting recognized for your language (or do the manual language switch link)
Your question is very general and I'm not sure on which step you need an assistance. Generally localization into Ukrainian language should not have any special cases. Follow any of numerous HOWTOs on ZF website localization for any other languages you can find on the Internet.

Does Umbraco CMS has got option to change language?

I would like to use Umbraco CMS. But I need to know is there availible changing admin User Interface language to Polish? So that the whole admin stuff and everything would be in Polish language.
I don't need Multi-Language functionality.
I know that there are availible other language packs (like German), so is there also Polish language pack?
Yes, Polish is available out of the box in the umbraco backoffice. I don't know what the quality of the translation is though, so you'll have to have a look at that yourself.