Language problems associted with a new theme in sugarcrm - 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

Related

How to set up multiple languages in Typo3 correctly?

this may be a noob question - but I hope to get an answer from an experienced person,
because we have to switch our settings and would like to do it correctly the first time.
At the moment the default language is set to German. English is defined as another language.
When somebody from France looks at the website, it is shown in German first, he then has to switch to english manually. For an english visitor everything is fine.
So what should we do:
1) Set the default language to english and have german as second language? What about guys from Switzerland, Luxemburg, Liechtenstein and Austria then. Do these have to be defined seperately as they are also seperately selectable as windows languages?
2) Is there an option to simply say: Every visitor that is not german speaking should get the english website in default? And even in this case, will this then recognize the different german options explained in 1?
Sorry if these questions are stupid. ;-)
Thank you,
Fabian
Your aim is to change how visitors see the website, but your are asking how to change the editing of the website accordingly. Luckily it is a CMS and you can separate those concerns.
What you seem to look after is a component that analyses the IP/language/browser properties of the visitor at first page load and that there are rules what to show (e.g. show English version except your mentioned countries). There are extensions for that specific purpose like https://extensions.typo3.org/extension/locate or others: https://extensions.typo3.org/?L=0&id=1&tx_solr%5Bq%5D=language
That way you don't need to change the default at all.

MAMP: How to change UI language?

I am a German user, but I prefer English UI. I've found no setting for the language in MAMP. I can change the URL manually to ?language=English, but that is lame. How to change the language?
I renamed the resource directory de to de-off. MAMP control panel started in English, but the web page + tools were still in German. I patched MAMP\bin\mamp\php\functions.php to fix the $language:
$language = 'English';
Crude but works. Setting would be better.
In my case it was because my preference settings have german on the preferred language list. So I just change my language preference on my mac:
System Preferences from the Apple menu.
Click Language & Region.
Remove German from the list
Add english and Drag it to the second or first position of the Preferred languages list.
I've had the same problem. I set the language to English during installation and the UI is appropriately in English, but when I click on "Open WebStart page", the URL in the browser is http://localhost/MAMP/index.php?language=German.
I tried your method renaming the directory de to de-off and going to MAMP\bin\mamp\php\functions.php, but $language = 'English'; was already set, and I still had that problem.
So I used an even cruder method and copied the contents of MAMP\bin\mamp\translate\English.json into German.json. When that worked, I renamed the json file, just to see if it still worked, and it did ... :-)
But it's an awful method, and having that page synchronised by default with the language set during installation should be the professional way. I'll submit this as a request to MAMP.

Can't change title/caption of shared links (was possible with old interface)

I run a page for a Russian company, and I often have to fix the grammar in titles of my links. This was possible in the old interface - by clicking on the title in the post-preview, etc. But now I cannot do this, as there is no title given in the preview.
Will the old functionality be restored?
Thank you,
Ciaran

Moodle translation doesn't work

I'm trying to translate file in moodle>>languages.
I changed english text for polish alternative text and it's not working , I already purged moodle cache , cache from browser and checked in database.mdl_tool_customlang . Everything looks ok but not working.
How to repair moodle to get languages from customlang sql database ?
I think you need to install the Polish language pack first
http://docs.moodle.org/26/en/Language_packs
Then edit them via language customisation
http://docs.moodle.org/26/en/Language_customization
Are you using the language customization tool (/admin/tool/customlang/index.php) to customize the translations? Because that's how it should be done. If you're changing it directly in the database or translation file (found in moodledata/lang/pl), it might not work correctly.
When using the customization tool, make sure you not only click on "Apply changes and continue editing" but also on "Save changes to the language pack".
One pitfall that I sometimes run into is editing the wrong text. Sometimes there are more than just one strings that contain the text to be edited and I'm changing the wrong one.
You'll need to purge the moodle cache.
Most versions have a link at the bottom that will allow you to do this. If not, look at:
https://docs.moodle.org/29/en/Caching

Translate ASP pages on the fly

Recently i came into a software solution which is developed in ASP and it works only in Internet Explorer. The software is English language and therefore i need to translate it in another language in order to present it to the audience more efficiently.
The problem is that the software was developed with out using resources, and so all the words, sentences etc. that has to be translated are in the code and we have to go line by line to do the translation.
Do you know if there is an IE plugin which can translate the ASP files according to our input in any language?
Thank you in advance!!!
You may want to take a look at Google Translater https://translate.google.com/manager/ It runs on the client side and seems to translate pages well enough.