java - What is the -b+ sign in creating locale specific directories in android? -
according android documentation,
to add support more locales, create additional directories inside res/. each directory's name should adhere following format:
<resource type>-b+<language code>[+<country code>]
for eg.
myproject/ res/ values/ strings.xml values-b+es/ strings.xml mipmap/ country_flag.png mipmap-b+es+es/ country_flag.png
can why symbol -b+ ? educational purpose.if doubt present kindly comment.will try fix question.
thanks time.
link:- https://developer.android.com/training/basics/supporting-devices/languages.html#createdirs
Comments
Post a Comment