Identify the Locale this StringManager is associated with. @return The Locale associated with the StringManager
()
| 163 | * @return The Locale associated with the StringManager |
| 164 | */ |
| 165 | public Locale getLocale() { |
| 166 | return locale; |
| 167 | } |
| 168 | |
| 169 | |
| 170 | // -------------------------------------------------------------- |
no outgoing calls