Questions tagged [language-packs]

35 questions
8
votes
1 answer

How to create a custom language pack for android?

For fun, I'd like to edit (or add a custom) language pack for my android phone. I've read a lot about it using google but no real solution. Is there any way to achieve this? maybe a way to get in to the language files google use and edit them, or…
Pieter888
  • 4,882
  • 13
  • 53
  • 74
4
votes
0 answers

Embed language pack with application

I'm making an application which use offline voice recognition (SpeechRecognizer from the Google API). It works perfectly but I need to download the language pack before using the application. So, here is my question: Is there any way to embed the…
4
votes
1 answer

How to uninstall the .NET German Language Pack in Windows 7?

I’ve set up my computer with Windows 7 Ultimate German and Visual Studio 2008 English. Unfortunately I get now all messages of the .NET framework in German. This makes it difficult to search the web for error messages or to post a stack trace in an…
Egon
3
votes
1 answer

How to download language packs on PC in order to use offline Google Translate?

I want to use offline Google Translate application. I know that it is possible to download language packs on Android smartphones, but i need to do this on my windows desktop machine. Also I found some Google translate API`s which allows me…
2
votes
1 answer

JPA EclipseLink - The expression is not a valid conditional expression

Although there is nothing wrong with this query, eclipselink throws this exception. [34, 130] The expression is not a valid conditional expression. I am trying to run Spring boot with Jpa/eclipselink in windows 7. The problem occurs when I change…
rgaraisayev
  • 398
  • 3
  • 13
2
votes
1 answer

Globalization of Membership exceptions isn't taking place... What to do?

I'm using the SqlMembershipProvider to carry out my ASP.NET website's user management. In particular, the site needs to be multi-lingual (globalized!). When I create users using Membership.CreateUser it's good that I get exceptions for things like…
Reddog
  • 15,219
  • 3
  • 51
  • 63
2
votes
1 answer

Java: How to change inproper shown characters in .properties files

I have an existing JIRA language pack jar file and i want to customize its source code. How can i do it with the aid of IntelliJ Idea. I have the idea with JIRA plugin installed in it and i have installed atlassian SDK for plugin development. What i…
Khasan 24-7
  • 456
  • 2
  • 5
  • 19
1
vote
0 answers

Does training the in-built speech recogniser in windows improve the Microsoft Speech SDK engine?

I have built a speech recognition demo in c# using the Microsoft Speech SDK from https://msdn.microsoft.com/en-us/library/hh378380(v=office.14).aspx When creating a Speech recognition engine as in:- using (SpeechRecognitionEngine recognizer = …
1
vote
1 answer

Traditional chinese for Code Igniter

I already search on Google and CI websites but no luck until now. Do you know where I can find the traditional chinese language pack for Code Igniter? PS: I already download CI from the official Taiwanese CI website but it only contains english…
user3129131
  • 79
  • 2
  • 8
1
vote
0 answers

Windows Phone templates missing if switching from original english version to german language pack

I installed the english version of Visual Studio 2013 Professional and added the german language pack. If I switch the culture of Visual Studio 2013 from english to german, the templates for all Windows Phone specific project types are missing. I…
1
vote
3 answers

Best practices for creating various language-packs on a site? PHP

I've created a language pack for a site before, but I'm not sure if what I'm doing is the best method. Basically, all I have is a file with variables defining string constants. Usually a set of arrays where an array usually refers to a particular…
AndreLiem
  • 2,031
  • 5
  • 20
  • 26
1
vote
1 answer

How to use Microsoft Speech SDK 11 Language pack?

I would like to use the MS Speech SDK 11 with different voices not only Microsoft Anna. I downloaded the language pack and installed some of them but they are not yet available. How can I use different languages ​​with MS Speech SDK 11, please?
sada
  • 584
  • 2
  • 8
  • 25
0
votes
0 answers

Install Keyboard Layout with Powershell without installing language pack

Context: in my company we have english users but german keyboards. So we want to use an english interface with a german keyboard layout set as primary and the english layout as secondary. I found out that you can do it manually by going on Windows…
0
votes
0 answers

Arabic translation for content in Sharepoint communication site in Sharepoint 2019

We have Sharepoint Communication Site in Sharepoint Server 2019 hosted on our premises. We have enabled the language feature and the site interface is now displayed in Arabic. However, we want to know the options of providing the Arabic version of…
Noorul
  • 939
  • 1
  • 11
  • 21
0
votes
0 answers

How to install WooCommerce Language pack maually?

I am using WordPress 6.0.1 and WooCommerce 6.7.0 I need to install Arabic (RTL) Language pack manually. I searched every possible post online and can't make it to work. I tried to set default WordPress language to Arabic but this didn't solve the…
Guru
  • 42
  • 7
1
2 3