mirror of
https://github.com/BetterAndroid/FlexiLocale.git
synced 2025-09-05 10:45:15 +08:00
docs: fix style
This commit is contained in:
@@ -38,8 +38,8 @@ val appName = locale.appName
|
|||||||
If you are still using Java, the writing method remains the same.
|
If you are still using Java, the writing method remains the same.
|
||||||
|
|
||||||
```java
|
```java
|
||||||
var locale=AppLocale.attach(context);
|
var locale = AppLocale.attach(context);
|
||||||
var appName=locale.getAppName();
|
var appName = locale.getAppName();
|
||||||
```
|
```
|
||||||
|
|
||||||
## Compatibility
|
## Compatibility
|
||||||
|
Reference in New Issue
Block a user