The language-packs tag has no wiki summary.
0
votes
0answers
21 views
Can I print hiragana/katakana programmatically on non-Japanese Android phone?
On my phone there is no Japanese language available. Is there a way for me to print hiragana/katakana or even kanji then from my program? Maybe there are 3rd party libraries or anythiing for that?
0
votes
0answers
168 views
The issue after language package installation in Sharepoint 2013
After Installing language pack to Sharepoint 2013, master page got crashed. The original place of Icons and ribbon items(links) changed. So what is the problem and how can I solve it.
Thank you
0
votes
0answers
25 views
Does anybody have Chinese language pack for VBB forum?
Does anybody have Chinese language pack for VBB forum (VBulletin Forum)?
I am installing Chinese for the VBB forum, I tried to find so much the Chinese language pack but nothing.
Could anybody give ...
0
votes
0answers
29 views
language packs on windows : winapi
how to retrieve all available language packs to set it to current thread language to use in FormateMessage afterward? I need exactly languages which may be used to use in function SetThreadUILanguage. ...
0
votes
0answers
1k views
Install Japanese language pack in a custom android rom [closed]
I googled a lot but couldn't find a proper answer. I have Motorola Atrix phonewhich has custom Rom - Neutrino. I recently started learning Japanese. I installed an app and it has Japanese font(duh). ...
0
votes
1answer
122 views
C# localization not working in Chinese OS but works on Chinese language pack
I have an application which uses resource files to localize text. The EXE is in a separate project and resources are in separate project. When deployed on English OS with Chinese language pack it ...
0
votes
1answer
354 views
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:
<Field ID="{A1D46FA9-0AE7-421A-A714-9561631632E6}" Name="EYDocStatus" DisplayName="Status ID" Sealed="TRUE" ...
4
votes
1answer
3k views
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 ...
0
votes
3answers
395 views
Zen Cart language packs
I have one Zen Cart website in the English language. I want to make the same website in French and Italian languages. How can I do this?
I mean, if I install language packs for Zen Cart, will this ...
0
votes
2answers
422 views
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:
<select ...
2
votes
1answer
1k views
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 ...
2
votes
1answer
224 views
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 ...
1
vote
4answers
281 views
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 ...