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

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -