Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
151 views

What options do you recommend for language translation on content driven Web sites?

Please read the whole question. I'm not looking for an approach to managing multi-lingual content, but I'm looking for a way to actually get that multi-lingual content. This usually falls within ...
1
vote
2answers
154 views

Bilingual WordPress Site

I am trying to develop a bilingual site based on WordPress (bilingual sites in Quebec are a necessary reality). The problem is I find automated translators (i.e. Google Translate) do not get the ...
1
vote
2answers
179 views

C# Bilingual Directory Separator Character for Non-English Windows

I am trying to create-read/write a file into a subfolder of the users AppData\Roaming folder: string fileloc = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), ...
1
vote
2answers
769 views

Building a CMS for bilingual website - need tips

I'm building a really simple CMS for a bilingual website. The website would have 5+5 pages each of which would have varying content. Its like you have an about us page, services page a news page and ...