I’m about to start to translate my app, before that I have read some wikis and posts but I still have some doubts…
If I want to display a different image depending on the language, should I better translate the whole file (view)?
Now my urls look like this ‘http://domain.com/signin’, if I translate into Spanish my url will still remain as ‘http://domain.com/signin’, is that ok? I mean… in terms of SEO for example? or should also translate the Url? if so… how?
3)If I have a for example a table of posts and I want to translate every post saved on my DB, should I add a new column on that table like ‘language’ and filter by that? is this approach ok?