|
I have learned that in order to become an interpreter/Spanish for the Los Angeles Superior Court, I have to take some exam. Is there anything else? I would like to work as an interpreter, freelance preferably, part-time. Anyone know how I should get started...
Answer Snippets (Read the full thread at indeed):
You also have to be fluent in spanish need to brush up on your spanish....
If you would like to become a legal spanish interpreter yes you have to take a test but you can receive a two day training course that will prepare you for it.
|
|
How do I internationalize my Django website into other languages like Spanish from English?
Started by MikeN on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Yeah, you only need to change the variable LANGUAGE_CODE = 'es-ES' to the code that you need. .
The i18n docs show how.
|
|
I have a buddy that's having a hard time with the language barrier. I tried to think of any IDEs that are also available in Spanish, but couldn't think of any. Any ideas?
Started by Esteban Araya on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Microsoft Visual Studio is avaible in spanish
http://en.wikipedia.org/wiki/Microsoft_Visual_Studio
http....
However, not all documentation is translated.
Visual Studio is available in most "tier one" languages, including Spanish and Japanese.
|
Ask your Facebook Friends
|
Hello,
Does anyone know where to look for interpreter jobs in Florida? I am working in Seattle, but I am planning to move to Florida. Thank you.
(68) / No (9) Reply - Report abuse
Answer Snippets (Read the full thread at indeed):
I have done some free Does anyone know of any telephonic interpreter jobs in FL, either Portuguese or Spanish? I'm a native abuse Yes I did to work at my ....
I am now a Spanish Teacher here.
Abuse Hi, Naomi I am from MN and live in FL now .
|
|
I have a large CSV with a list of words from a spanish dictionary.
I wish to take each one and put them in a collection belonging to the letter they are in.
i.e abertura goes in A
However, spanish vowels can have accents in them like the world "ácido"...
Started by qui on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
For a Spanish speaking person these are different characters..
|
|
I have a multiple language site. With html, javascript, may be ajax if an image does not exist in spanish folder, it should load image from the english folder.
path example english site : images/home.jpg spanish site : es/images/home.jpg
Today i have ...
Started by StupendousMan on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You can use onerror for the image
<img src="es/images/home.jpg" onerror="this.src='images/home.jpg'">
but, IMHO, it is better to do the job on server side
I'd agree with Rafael that it's better to handle that sort of thing on the server side, but... .
|
|
Does anyone know a good live/bootable educational cd, in Spanish? This is for use in a library in Mexico for children around 5-12 years of age. The computer unfortunately does not have a hard drive, so installation is not an option and need to run off...
Started by Jason on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at superuser):
Its ....
In Spanish its 200mb.
So far, I'm looking at Qimo - it looks very simple to use and has a choice to set the language to Spanish.
Start it in Spanish, though here again I have no experience with languages other than English.
|
|
Stackoverflow is the best site in English, but where should we go for Spanish/Español programming help?
EDIT: I do not mean this as spam, and I think the sites apply to different enough people (Posting about an English programming site would be unacceptable...
Started by CrazyJugglerDrummer on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Answer: forosdelweb.com , a great site for programming and computer help in Spanish, larger than.
|
|
Regular expression languages use \B to include A..Z, a..z, 0..9, and _, and \b is defined as a word boundary.
How can I write a regular expression that matches all valid Spanish words, including characters such as: á, í, ó, é, ñ, etc.?
I'm using .NET....
Started by Dan Vanderboom on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
In languages using PCRE, \w.
Your regex system should have something) match Spanish words as well as English words or Russian words.
Use a Spanish locale and make your regex locale-sensitive.
|
|
Hi guys. i'm making an iphone application using some characters of spanish language. All of these characters are being included on a various text files. The matter is that when i import the data using NSMutableArrays or NSData objects, all the special...
Started by Cesar Augusto Soto Caballero on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
When we're working with spanish characters we need to implement the serializable object.
The problem.
|