Questions tagged [language-packs]

35 questions
0
votes
1 answer

How to work with .net resource file for sharepoint project with multi language support

I am working with SharePoint resource file for SharePoint 2010 page. Example: Completed…
Ayyappan Anbalagan
  • 11,022
  • 17
  • 64
  • 94
0
votes
1 answer

Unity3D WebGL export does not show Hangul (Korea language)

So, my Unity3D project has some Korean text. When I play it, everything works perfectly. However, when I build it into WebGL and open it in browser all the Korean characters disappear. What am I missing?
Gray_Rhino
  • 1,153
  • 1
  • 12
  • 31
0
votes
1 answer

I want to translate boostrap validation message according to different locales.(not using browser language)

$(document).ready(function () { var url=window.location.pathname; if(url.match("(/content/de/)(.*)")) { $("#btnContactUs").click(function(){ $.getScript('/clientlib-site/js/de_DE.js', function() { …
0
votes
0 answers

Can't install Microsoft Visual Studio 2015 Language Pack (english) as additional language

I downloaded the "vs_langpack.exe" file from tools--->environment --->international settings--->get additional languagues button , but the installation stops due a condition: [284C:0F54][2018-02-09T12:48:56]i052: Condition 'NOT (IEsvcVersionExists)…
0
votes
1 answer

Magento 2 Static Content Deploy Ignores Frech Locale

When I run php bin/magento setup:static-content:deploy Only en_US folder is created in below folder /var/www/html/pub/static/frontend/Magento/blank/ fr_FR folder is not created until I run php bin/magento setup:static-content:deploy fr_FR can…
Dinker
  • 21
  • 5
0
votes
1 answer

about visual studio multi-language switch

I've already installed the latest version of visual studio 2017 (15.3.3) with two language package installed same time: English and Chinese. But only one of them could be select in visual studio's option. When I installed both, in the option, there…
David Smith
  • 893
  • 2
  • 9
  • 19
0
votes
0 answers

Language Pack Dubai

I have to create a Magento website for Dubai and I'm looking for a language pack to start the project and avoid too much work ! I found only for locale ar_SA. But it seems that it's not the good dialect. Do you know where find a language pack for…
0
votes
1 answer

Search in Windows Explorer display folder name in other language

My computer was installed with Swedish operating system. I changed it to English. In Windows Explorer i see C:\Users, but when i use the search function (in Windows Explorer)...it gives me C:\Användare (swedish for Users) in the result. How do I get…
Joakim
  • 1
  • 1
  • 4
0
votes
1 answer

How to add new custom language in moodle

Hello is there anyone who know that how to add new custom language in Moodle?? Note: please i don't want to create language for specific plugin but I want to add new language for whole site. Let me out from this confusion... Thank you ['}
Nikhil.nj
  • 242
  • 1
  • 11
0
votes
1 answer

Stanford CoreNLP train model from text file like englishPCFG.ser.gz

I am new to Stanford CoreNLP, Initially I have worked with Moses project. So far I have worked with the demo file ParserDemo2 and everything worked fine using englishPCFG.caseless.ser.gz model. I need to create my own model, from the text English…
user2800040
  • 143
  • 2
  • 13
0
votes
1 answer

How does a user enable another language than the default, base one?

I went to settings and attempted to change the language in which my user will view the GUI. However, as the image depicts, there was no other choices than the base language, set by default. If that'd be an on-prem environment, I'd try installing a…
Konrad Viltersten
  • 36,151
  • 76
  • 250
  • 438
0
votes
1 answer

Where are located Bing Translator downloaded language packs files?

I have a windows 8.1 and I downloaded "Bing Translator" using Store Apps. Then I have downloaded language packs using "Bing Translator" in order to use the translator as offline. And it works just fine when internet connection is disabled. Each…
0
votes
1 answer

Java: Multiple language packs with different versions, What will happen?

I'm wondering what will happen if I'm using two or more different language packs (different versions) for a plugin. Which one will be used? Example Plugin: org.eclipse.core.jobs.nl_ru_3.7.0.v20131123061707.jar What happens if in about a year I add a…
Markus
  • 1,452
  • 2
  • 21
  • 47
0
votes
1 answer

Cloning Open Cart admin language issue

I'm trying to clone one fully functioning opencart website to another. The front-end of the website is in Dutch and the back-end I have left English default. Here are the steps I have taken: Copy database to new environment Copy files and edit both…
Lynk
  • 3
  • 1
0
votes
3 answers

How to implement language packs in PHP

I created 3 language packs for my site: English, Spanish and French. I am just having trouble implementing them based on user selection. I have the following drop down menu:
George
  • 3
  • 2