what should be the best approach to make strings for different languages? I have this problem, I am trying to display strings such as \'month\', \'months\', \'year\', \'years\'.
There's a built-in "plurals" support which is not well documented. Mentioned here and you can see it in the Browser sources.