Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
965 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 ...
2
votes
1answer
878 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
165 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
183 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 ...
0
votes
0answers
6 views

Backup Sharepoint 2010 site and restore in Sharepoint of another language?

Is it possible to backup a site in Sharepoint 2010 Enterprise in Spanish and restore the site in a Sharepoint 2010 Enterprise in English with Spanish Language pack? Or I will have problems? Versions ...
0
votes
0answers
54 views

Why is SharePoint 2010 looking for en-us and not en-gb with resource files? [closed]

Failed to read resource file "C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\Resources\RegistrationResource.en-US.resx" from feature id "(null)". I am getting loads ...
0
votes
0answers
139 views

Windows 7 MUI English lb.cab file [closed]

Can anyone give me a link to a english Windows 7 Home lb.cab file? I found online several .exe self extracting files, but none of them work (run with admin rights, they create a lb.cab and delete it ...
0
votes
1answer
171 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" ...
0
votes
3answers
162 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
126 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 ...