<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Am 25.04.2010 11:25, Alexander Sidorov:
<blockquote
 cite="mid:g2u8289cf81004250225y46da2715o7acfe514e6c70360@mail.gmail.com"
 type="cite">Hello!<br>
  <br>
Is there any way to implement the following localization strategy:<br>
1. display russian (russian is just for example) name if it exists<br>
2. display english name if russian name doesn't exists<br>
3. display local name otherwise<br>
  <br>
The problem for me is to determine which language is used for some
region by default. I have found <a moz-do-not-send="true"
 href="http://wiki.openstreetmap.org/wiki/Talk:Proposed_features/Language_of_this_element">this
discussion</a> but without solution. <br>
</blockquote>
There's currently no way to determine what language the "name"-tag is
in.<br>
<br>
Your question doesn't seem to be a tagging one though, because as I
understand you want to have different rendered outputs, correct?<br>
Like John Smith explained this has to be done with some clever JOIN SQL
statements.<br>
<br>
Some further readings here [1] and an example of a rendering of the
world map in different languages here [2].<br>
<br>
Claudius<br>
<br>
[1] <a class="moz-txt-link-freetext" href="http://wiki.openstreetmap.org/wiki/Multilingual_names">http://wiki.openstreetmap.org/wiki/Multilingual_names</a><br>
[2] <a class="moz-txt-link-freetext" href="http://wiki.openstreetmap.org/wiki/Map_Internationalization">http://wiki.openstreetmap.org/wiki/Map_Internationalization</a><br>
</body>
</html>