After googling a while I find Android 2.3 version does support it.. but I didn't find the minimum version it support.. If Android 2.2 version does not support Romanian then what is the alternative.
Thanks for your attention.
After googling a while I find Android 2.3 version does support it.. but I didn't find the minimum version it support.. If Android 2.2 version does not support Romanian then what is the alternative.
Thanks for your attention.
Here's the similar problem that got solved:
What is the list of supported languages/locales on Android?
According to this answer, Romanian Locale is get supported since v2.3
And you can always use
public Locale (String language, String country)
to construct a Locale.
As @talhakosen mentioned, you probably should take a look at the API documentation.