default result
Posted: Fri May 10, 2002 11:24 am
I'm working on a localisation-tool and would really like if it was possible to get a result like this:
table strings:
and then making a query to get all the strings where the locale is 3 and get "Hej", "Bye" as the result (assuming 2 is the default locale).
If this is not possible maybe I should make sure that the default locale really is a default locale and always dummy in it's strings for the other locales (in my opinion a much dirtier sollution)
table strings:
Code: Select all
id locale identifier string
-----|--------|-----------|------
1 2 1 Hello
2 2 2 Bye
3 3 1 HejIf this is not possible maybe I should make sure that the default locale really is a default locale and always dummy in it's strings for the other locales (in my opinion a much dirtier sollution)