Skip to content

Commit 4f56ac4

Browse files
Fix anchors
1 parent a7e2a7f commit 4f56ac4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/guides/localization.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ enabling you to reach audiences from different regions of the world.
99

1010
Localization works
1111
by [providing alternative resources](https://developer.android.com/guide/topics/resources/providing-resources#AlternativeResources)
12-
in one or more languages. You can choose to [change the text of the default language](#change-default-language)
12+
in one or more languages. You can choose to [change the text of the default language](#changing-the-default-language)
1313
to target a single audience, or [add alternative languages](#add-alternative-languages) to target many audiences.
1414

15-
## Changing the default language {#change-default-language}
15+
## Changing the default language
1616

1717
By default, the Open Video UI ships with English texts only. If your app targets a non-English speaking audience,
1818
you can override these texts with translations for another language.
@@ -38,7 +38,7 @@ you can override these texts with translations for another language.
3838

3939
3. Build and run your app. The translated texts should now appear in your player UI.
4040

41-
## Add alternative languages {#add-alternative-languages}
41+
## Add alternative languages
4242

4343
If your app targets many audiences speaking different languages, you can add multiple translations using
4444
locale-specific resources.

0 commit comments

Comments
 (0)